tmiw / ezDV

A FreeDV device based on the ESP32.
96 stars 4 forks source link

Increase max HTTP header length to resolve hostname access bug. #60

Closed tmiw closed 2 months ago

tmiw commented 2 months ago

ezDV occasionally returns HTTP error code 431 ("Request Header Fields Too Large"). This PR increases the maximum header size limit to avoid this problem.


Before merging: