-
|
Hi ReactPHP community, TCP packet interleaving on the same connection (e.g., if requests/responses overlap or are processed out of order). Can simultaneous requests using the same client instance interfere with each other at the TCP/HTTP layer, especially when using HTTP/1.1 with keep-alive? Could this lead to data corruption on the server side? Should I create a new client instance per request to guarantee isolation (at the cost of performance)? I’d love to hear from the community:
Thanks in advance for your insights! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
okay, nevermind, the react HTTP client implementation is bullet proof! thx for attention! |
Beta Was this translation helpful? Give feedback.
okay, nevermind, the react HTTP client implementation is bullet proof! thx for attention!