bug fix: connection closed, ssh error. big http response failed.

This commit is contained in:
zhipeng 2017-07-24 20:58:08 +08:00
parent 33764913bf
commit 1d40aec450

View file

@ -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