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: CHANGELOG.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
@@ -15,7 +15,7 @@ This release improves the performance of parsing the response stream and fixes s
15
15
````
16
16
will result in `{ data: 'Foo\nBar\n\nBaz' }`
17
17
18
-
- If the `id` field is empty, the `last-event-id` header will no longer be sent on the next reconnect.
18
+
- If the server sends an `id` field with an empty value, the last-event-id header will no longer be sent on the next reconnect.
19
19
20
20
### Removed
21
21
- The internal `parseStream` function has been removed. The parse implementation was previously based on async generators, which required a lot of supporting code in both the typescript-generated polyfill as well as the javascript engine. The new implementation is based on simple callbacks, which should be much faster.
0 commit comments