Tags: vural/fasthttp
Tags
Add timeouts to tls Handshake Fixes valyala#813 which suggested the code.
Add timeouts to tls Handshake Fixes valyala#813 which suggested the code.
Add configuration to not pre-parse multipart form data (valyala#778) Co-authored-by: Mercurio <mmmercur@amazon.com>
Client should return ErrTimeout on timeout (valyala#736) Not ErrConnectionClosed which is incorrect. Fixes: valyala#355
Allow no response to be send when a connection is hijacked (valyala#712) * Allow no response to be send when a connection is hijacked At the moment there is always a HTTP response before the connection gets hijacked. This second option to Hijack() prevents this response from being send. Fixes: valyala#698 * Add HijackSetNoResponse method instead
PreviousNext