Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing missing HTTP/1.1 features #8

Open
ipkn opened this issue Jul 11, 2014 · 2 comments
Open

Implementing missing HTTP/1.1 features #8

ipkn opened this issue Jul 11, 2014 · 2 comments

Comments

@ipkn
Copy link
Owner

ipkn commented Jul 11, 2014

  • Handling Transfer-Encoding: chunked
  • Timeout (and make it configurable)
  • Handling methods properly (at least HEAD, OPTIONS)
  • Absolute URL
  • If-Modified-Since: and If-Unmodified-Since:
@ipkn
Copy link
Owner Author

ipkn commented Jul 29, 2014

Timeout implemented (fixed to 5 seconds)

@twxjyg
Copy link

twxjyg commented Dec 1, 2016

@ipkn Hi, I want to return big file to client , but I found the Timeout implement just allow my program write 5 seconds data. Can you help me ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants