Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Added missing chunked enc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Jan 7, 2015
1 parent 97beca4 commit d3d28d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -134,6 +134,12 @@ OS | Compiler | Status
Linux | GCC 4.8 | Working
OSX | Clang 3.5 | Working
## Missing
Currently the HTTP 1.1 spec is mostly supported, but the following major features are still on the TODO list:
- Chunked encoding support
## Contributing
Pull requests are welcome.
Expand Down
4 changes: 4 additions & 0 deletions docs/Introduction.md
Expand Up @@ -28,3 +28,7 @@ The handler chosen will be the one registered with the pattern:
```

Since this is the first registered pattern that is fully matched within the request resource.

##Caveat 2 - Chunked encoding is missing

Currently, chunked encoding support is not implemented. This is on the TODO list.

0 comments on commit d3d28d9

Please sign in to comment.