SOAP transport issuing POST with empty body instead of GET
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
Transport is checking for empty input stream to switch to GET, but the stream isn't reporting eof until after an initial read. Need to supplement API to allow for NULL stream object on input to avoid depending on peek behavior.
Transport is checking for empty input stream to switch to GET, but the stream isn't reporting eof until after an initial read. Need to supplement API to allow for NULL stream object on input to avoid depending on peek behavior.