HTTP/1.1 Support #12
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Telodendria/Telodendria#12
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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:
This issue should be moved to Cytoplasm.