Skip to content

Commit ed3763b

Browse files
authored
Update README.md
1 parent 376cb0c commit ed3763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It has basic server-side proxy support using [ProxyHandler](https://github.com/r
88

99
ProxyHandler also supports tunneling proxies using CONNECT for https.
1010

11-
All async functionality has been removed. Most synchronized blocks were removed in favor of other Java concurrency concepts.
11+
All async functionality has been removed. All synchronized blocks were removed in favor of other Java concurrency concepts.
1212

1313
The end result is an implementation that easily integrates with Virtual Threads available in JDK 21 - simply set a virtual thread based ExecutorService.
1414

0 commit comments

Comments
 (0)