From 23f89f0655b51e5082dbe28c7dbc8bcf18c177bb Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Thu, 15 Nov 2012 19:15:11 -0500 Subject: [PATCH] added content-type header to http_connection --- include/fc/ssh/client.hpp | 4 ++-- src/http_connection.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/fc/ssh/client.hpp b/include/fc/ssh/client.hpp index 17465af..ea29074 100644 --- a/include/fc/ssh/client.hpp +++ b/include/fc/ssh/client.hpp @@ -7,8 +7,8 @@ namespace fc { class path; namespace ssh { namespace detail { - struct client_impl; - struct process_impl; + class client_impl; + class process_impl; }; enum sftp_file_type { diff --git a/src/http_connection.cpp b/src/http_connection.cpp index c42650c..28f4231 100644 --- a/src/http_connection.cpp +++ b/src/http_connection.cpp @@ -74,6 +74,7 @@ http::reply connection::request( const fc::string& method, fc::stringstream req; req << method <<" "<