fhttpy/modules/http/settings.py

6 lines
133 B
Python
Raw Normal View History

2022-02-14 21:43:12 +00:00
global maxHeaderLength
maxHeaderLength = 4096
global indexPath
indexPath = p(sp,"index")
global readBufferSize
readBufferSize = 32768