forked from ninenines/gun
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the number of streams has reached the server setting MAX_CONCURRENT_STREAMS, new requests result in a stream error too_many_streams. This allows the user to handle the situation, e.g. to retry the request later or to send it on a different connection. Depends on ninenines/cowlib#123 which is included in: https://github.com/Nordix/cowlib/releases/tag/2.13.0-nordix1 Merged PR: ninenines#280
- Loading branch information
1 parent
5dff085
commit a854678
Showing
4 changed files
with
67 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{deps, [ | ||
{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.13.0"}} | ||
{cowlib,".*",{git,"https://github.com/Nordix/cowlib","2.13.0-nordix1"}} | ||
]}. | ||
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters