fhttpy/modules/http/settings.py

6 lines
133 B
Python

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