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
|
#ifdef TORRENT_UPNP_LOGGING
|
||||||
m_log << time_now_string()
|
m_log << time_now_string()
|
||||||
<< " ==> sending: " << soap << std::endl;
|
<< " ==> sending: " << header.str() << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user