Skip to content

Commit

Permalink
Test wrapping of response for async request
Browse files Browse the repository at this point in the history
The following adjustments are also made as a result:
- Use int to check if lock is held and unlock is needed, given that
for non-async requests we don't need to obtain a lock.
- Protect access methods getOutputStream and getWriter with the
same locking and state checks.

Closes gh-32340
  • Loading branch information
rstoyanchev committed Mar 5, 2024
1 parent 822e244 commit ef07179
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 81 deletions.

0 comments on commit ef07179

Please sign in to comment.