You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It has basic server-side proxy support using [ProxyHandler](https://github.com/r
8
8
9
9
ProxyHandler also supports tunneling proxies using CONNECT for https.
10
10
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.
12
12
13
13
The end result is an implementation that easily integrates with Virtual Threads available in JDK 21 - simply set a virtual thread based ExecutorService.
0 commit comments