-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow no response to be send when a connection is hijacked (#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: #698 * Add HijackSetNoResponse method instead
- Loading branch information
1 parent
0724b3e
commit 958ed36
Showing
2 changed files
with
86 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters