nghttpx: Fix typo
This commit is contained in:
parent
c757f7d848
commit
540853bde8
|
@ -149,7 +149,7 @@ struct SharedDownstreamAddr {
|
||||||
// AFFINITY_IP.
|
// AFFINITY_IP.
|
||||||
std::vector<AffinityHash> affinity_hash;
|
std::vector<AffinityHash> affinity_hash;
|
||||||
// List of Http2Session which is not fully utilized (i.e., the
|
// List of Http2Session which is not fully utilized (i.e., the
|
||||||
// server advertized maximum concurrency is not reached). We will
|
// server advertised maximum concurrency is not reached). We will
|
||||||
// coalesce as much stream as possible in one Http2Session to fully
|
// coalesce as much stream as possible in one Http2Session to fully
|
||||||
// utilize TCP connection.
|
// utilize TCP connection.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue