Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Typo
  • Loading branch information
MihaZupan committed Jul 14, 2023
commit 6ed05b708fd27c3545d479167b54aed554317064
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public HttpConnectionPool(HttpConnectionPoolManager poolManager, HttpConnectionK
_proxyUri = proxyUri;
_maxHttp11Connections = Settings._maxConnectionsPerServer;

// The only case where 'host' will not be set if this is a Proxy connection pool.
// The only case where 'host' will not be set is if this is a Proxy connection pool.
Debug.Assert(host is not null || (kind == HttpConnectionKind.Proxy && proxyUri is not null));
_originAuthority = new HttpAuthority(host ?? proxyUri!.IdnHost, port);

Expand Down