HTTP/1.1 Support #23
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Cytoplasm#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current HTTP/1.0 web server works, but it's hacky. We don't need full HTTP/1.1 support, just the following things might be nice:
Content-Length
header to inform the server how many bytes to read from the client.EAGAIN
, put the request at the end of the queue and go on to other requests.X-Forwarded-For
. We must provide a facility for passing a list of trusted proxies to readX-Forwarded-For
for, otherwise we will be vulnerable to client hijacking ofX-Forwarded-For
.Less important but maybe useful would be: