Closed
Description
Robbert van Waveren opened SPR-17507 and commented
Expected behavior:
Every HTTP request is logged with a unique log prefix regardless of any tcp/ip connection or thread reuse.
Observed behavior:
Consecutive HTTP requests from Chrome (using keep-alive) that are handled by the same reactor-http-nio thread are logged with the same log prefix.
Affects: 5.1.2
Attachments:
- issue-project.zip (9.08 kB)
Issue Links:
- HTTP GET from Chrome with WebFlux Rest Controller never completes [SPR-17506] #22038 HTTP GET from Chrome with WebFlux Rest Controller never completes