fhttpy/modules/http/settings.py

8 lines
178 B
Python

global maxHeaderLength
maxHeaderLength = 4096
global indexPath
indexPath = p(sp,"index")
global readBufferSize
readBufferSize = 32768
global allowKeepAlive
allowKeepAlive = False