dvmhost
dvmhost copied to clipboard
REST handler cannot handle segmented HTTP requests
The REST/HTTP server (specifically tested in the FNE, but likely all the REST servers) cannot handle segmented TCP HTTP requests.
The issue is described here: https://stackoverflow.com/questions/50213271/python-requests-splits-tcp-packet
We need to figure out why the TCP handler gets upset at segmented PDUs.