fhttpy/modules/http/settings.py
2022-02-14 22:43:12 +01:00

6 lines
133 B
Python

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