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
* Fix typos
* Fix Failing Github Actions Tests (#1753)
* Bump GitHub Actions runner version to Ubuntu 20.04
* AsyncStreamHandlerTest.asyncOptionsTest - Allow for the appearance of the TRACE method in the server's response
* MaxTotalConnectionTest.testMaxTotalConnections - https://github.com --> https://www.youtube.com, https://google.com --> https://www.google.com
* TextMessageTest.onFailureTest - Refactor logic for more granular testing (accept ConnectException in addition to UnknownHostException, but check for "DNS Name not found" in exception cause)
Co-authored-by: Tom Granot <[email protected]>
Copy file name to clipboardExpand all lines: extras/rxjava2/src/main/java/org/asynchttpclient/extras/rxjava2/maybe/AbstractMaybeAsyncHandlerBridge.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ public State onTrailingHeadersReceived(HttpHeaders headers) throws Exception {
94
94
* {@inheritDoc}
95
95
* <p>
96
96
* <p>
97
-
* The value returned by the wrapped {@code AsyncHandler} won't be returned by this method, but emtited via RxJava.
97
+
* The value returned by the wrapped {@code AsyncHandler} won't be returned by this method, but emitted via RxJava.
0 commit comments