Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Note how the inner most handler receives a `HTTPRequest` and in response calls t

## Known Issues

* Better documentaiton. ;)
* Better documentation. ;)
* No support for [HTTP persistent connection](https://en.wikipedia.org/wiki/HTTP_persistent_connection). This could be added.
* Clean up GCD queue usage. Currently this is a bit confusing and not streamlined.
* Better shutdown support. It may be good to be able to wait for the server to have shut down, e.g. by exposing a `dispatch_group_t`.
Expand Down