Index: net/http/http_network_transaction.h |
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
index 3705cf8f5231911ecc1fc75345a92d3fc74c3794..6a52f43005eb98d89e5cb0a197a7dbebc892e6a7 100644 |
--- a/net/http/http_network_transaction.h |
+++ b/net/http/http_network_transaction.h |
@@ -369,6 +369,12 @@ class HttpNetworkTransaction : public HttpTransaction { |
// The next state in the state machine. |
State next_state_; |
+ |
+ // The hostname and port of the peer. This is not necessarily the one |
+ // specified by the URL, due to Alternate-Protocol or proxies. |
+ HostPortPair peer_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(HttpNetworkTransaction); |
}; |
} // namespace net |