https://bz.apache.org/bugzilla/show_bug.cgi?id=66602

--- Comment #1 from ledefe <517893...@qq.com> ---
Comment on attachment 38559
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38559
normal request log comparison

The overall process is as follows:

1. http-nio-9988-exec-4 thread: Read data from the stream. After reading the
header frame, asynchronously start the request distribution processing for data
(http-nio-9988-exec-13) and continue reading the data frame data.

2. http-nio-9988-exec-13 thread: Process data requests. If the request is
completed, the status changes to CLOSE and replaces the current stream with the
recycling stream(RecycledStream)

3. http-nio-9988-exec-4 thread: Process data frame data. If it is processed,
execute endRequestBodyFrame. is RecycledStream will send WINDOW_UPDATE notify.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to