made upnp log the entire HTTP message sent to the router
This commit is contained in:
@@ -411,7 +411,7 @@ void upnp::post(upnp::rootdevice const& d, std::string const& soap
|
||||
|
||||
#ifdef TORRENT_UPNP_LOGGING
|
||||
m_log << time_now_string()
|
||||
<< " ==> sending: " << soap << std::endl;
|
||||
<< " ==> sending: " << header.str() << std::endl;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user