Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjkeller committed Oct 5, 2023
1 parent 3de7598 commit 6ddb672
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions instrumentation/jetty-9.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
This describes the basic behavior of an async request made using the Jetty Continuations or
Servlet async API with Jetty as the dispatcher


To be clear, we do not instrument the continuations API and we have no idea if undispatch is being called, we simply keep track of state based on what Jetty is doing with the request, what the AsyncContext being passed across threads tells us, and what notifications the AsyncListener we registered gets about the result of the async operation.

## Request Flow

The basic flow of an async request using continuations/async servlet API and being handled by Jetty is something like this:
Expand Down

0 comments on commit 6ddb672

Please sign in to comment.