Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi committed Nov 28, 2024
1 parent 6e7f40e commit 22b0bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions indra/llcorehttp/_httpinternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ constexpr int HTTP_CONNECTION_LIMIT_MAX = 256;
constexpr long HTTP_PIPELINING_DEFAULT = 0L;
constexpr long HTTP_PIPELINING_MAX = 20L;

// Multiplexing limits
constexpr long HTTP_MULTIPLEXING_DEFAULT = 0L;

// Miscellaneous defaults
constexpr bool HTTP_USE_RETRY_AFTER_DEFAULT = true;
constexpr long HTTP_THROTTLE_RATE_DEFAULT = 0L;
Expand Down

0 comments on commit 22b0bf1

Please sign in to comment.