Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Nov 13, 2024
1 parent e131388 commit e2f280d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions doc/readme/http-client-j8.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,23 +289,6 @@ Server side events are passed as maps to the handler. E.g. :
"GOAL Manchester United 3 - 3 Manchester City" ] }
```

**Warning:**

When not used over HTTP/2, SSE suffers from a limitation to
the maximum number of open connections, which can be especially
painful when opening multiple tabs, as the limit is per browser and
is set to a very low number (6). The issue has been marked as
"Won't fix" in Chrome and Firefox. This limit is per browser + domain,
which means that you can open 6 SSE connections across all of the
tabs.

When using HTTP/2, the maximum number of simultaneous HTTP streams
is negotiated between the server and the client (defaults to 100).

The Java 8 Http Client does not support HTTP/2!




## Examples

Expand Down

0 comments on commit e2f280d

Please sign in to comment.