bug fix: connection closed, ssh error. big http response failed.
This commit is contained in:
parent
33764913bf
commit
1d40aec450
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ WAIT_STATUS_READWRITING = WAIT_STATUS_READING | WAIT_STATUS_WRITING
|
||||||
|
|
||||||
BUF_SIZE = 32 * 1024
|
BUF_SIZE = 32 * 1024
|
||||||
UP_STREAM_BUF_SIZE = 16 * 1024
|
UP_STREAM_BUF_SIZE = 16 * 1024
|
||||||
DOWN_STREAM_BUF_SIZE = 32 * 1024
|
DOWN_STREAM_BUF_SIZE = 16 * 1024
|
||||||
|
|
||||||
# helper exceptions for TCPRelayHandler
|
# helper exceptions for TCPRelayHandler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue