ICS V9.3
I execute a test http-request with the MaxBodySize property with a value that is obviously less than the response size.
I noticed the following errors:
- Events OnRestRequestDone and OnRequestDone are executed twice.
- In repeating events, the property ReasonPhrase has a repeating status code.
................
................
................
HttpRest - DocEnd
HttpRest - RestRequestDone
RqType: GET
ErrCode: 3
Error:
RequestDoneErrorStr: Aborted
StatusCode: 404
ReasonPhrase: "404 Aborting connection, Body Size too Large: 369"
HttpRest - RequestDone
RqType: GET
ErrCode: 3
Error:
RequestDoneErrorStr: Aborted
StatusCode: 404
ReasonPhrase: "404 Aborting connection, Body Size too Large: 369"
HttpRest - RestRequestDone
RqType: GET
ErrCode: 3
Error:
RequestDoneErrorStr: Aborted
StatusCode: 404
ReasonPhrase: "404 404 Aborting connection, Body Size too Large: 369"
HttpRest - RequestDone
RqType: GET
ErrCode: 3
Error:
RequestDoneErrorStr: Aborted
StatusCode: 404
ReasonPhrase: "404 404 Aborting connection, Body Size too Large: 369"