-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Wrong Status Code
There seems to be an issue parsing the multiple status response codes from the $responseHeader variable. Generator is only grabbing the first response code in the header. If a request contains a large amount of data (1024) the 100 continue response is recorded rather than the final status code.
Here are is an example of a large request that fails to show the final response code:
Here is a proposed patch:
The patch would apply lines 125- 140 of the "HTTP Native ( { request } )" script.
Credit to Eden Morris for helping me debug this issue and write the patch! (and general dev awesomeness)
Metadata
Metadata
Assignees
Labels
No labels