Re: [pion-users] pion::http::message::write
client and server HTTP(S) library for Boost C++ developers
Brought to you by:
mikedickey
From: Mike D. <md...@sp...> - 2015-02-02 23:32:35
|
That’s a good catch, David. It probably should set ec if one of the out.write() calls fail (by checking the state flag): http://www.cplusplus.com/reference/ostream/ostream/write/ -Mike From: David Sankel Date: Monday, February 2, 2015 at 3:26 PM To: "pio...@li...<mailto:pio...@li...>" Subject: [pion-users] pion::http::message::write Hello all, I noticed that the 'ec' parameter of the 'write' function in 'pion::http::message' is unused. Would it be better to remove this parameter or document that it is unused? I can make a patch for whichever option seems better. Thanks in advance, David Sankel |