Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1194)

Unified Diff: net/ftp/ftp_network_transaction.h

Issue 2836503002: Handle empty response to FTP QUIT message. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/ftp/ftp_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_network_transaction.h
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
index 02c45c23645316f7d2efd14316b9a968c165db23..9731ae7ad8a5f36b9193fb19029e2dda605f5f13 100644
--- a/net/ftp/ftp_network_transaction.h
+++ b/net/ftp/ftp_network_transaction.h
@@ -248,7 +248,7 @@ class NET_EXPORT_PRIVATE FtpNetworkTransaction : public FtpTransaction {
uint16_t data_connection_port_;
- ClientSocketFactory* socket_factory_;
+ ClientSocketFactory* const socket_factory_;
std::unique_ptr<StreamSocket> ctrl_socket_;
std::unique_ptr<StreamSocket> data_socket_;
« no previous file with comments | « no previous file | net/ftp/ftp_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698