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
On receiving an unexpected field name, the decoder does not set the currentFieldType which results in a NullPointerException (here) when it tries to decode the field value in the next iteration.
The text was updated successfully, but these errors were encountered:
ReactiveX#269(`ServerSentEventDecoder` stops decoding after receiving an illegal field): Now ignoring all data till an EOL after receiving an unidentified field, in essence ignoring that event.
ReactiveX#270: HttpClient should only do relative redirects
ReactiveX#271: URI fragment must be inherited by the redirect location
ReactiveX#272(Guaranteeing sequential notifications from operators/Subjects): Using `SerializedSubject` in `ObservableConnection.getInput()` and `SerializedObserver` in `UnicastContentSubject`
ReactiveX#257 Support relative HTTP redirects
On receiving an unexpected field name, the decoder does not set the
currentFieldType
which results in aNullPointerException
(here) when it tries to decode the field value in the next iteration.The text was updated successfully, but these errors were encountered: