Changed event sequence for HTTP 1.0 responses without content-length #1475
-
We recently updated from version 7.4 to 7.6 and discovered an unexpected When sending an HTTP request that is answered with an HTTP 1.0 response Event sequence before the change:
Sequence after the change:
We discovered that this is the result of the switched function call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@fadam-asis that is an unwanted side-effect from the aforementioned change. |
Beta Was this translation helpful? Give feedback.
@fadam-asis that is an unwanted side-effect from the aforementioned change.
The message sequence should be as it was, at the same time the callback invocation sequence should be as it is.
If you have ideas how to achieve that, please share.