<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello there,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Source code is</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>    if (kind == YAHTTP_TYPE_REQUEST) {<br>
</span>
<div>        bool first = true;<br>
</div>
<div>        os << "Cookie: ";<br>
</div>
<div>        for(strcookie_map_t::const_iterator i = jar.cookies.begin(); i != jar.cookies.end(); i++) {<br>
</div>
<div>          if (first)<br>
</div>
<div>            first = false;<br>
</div>
<div>          else<br>
</div>
<div>            os << "; ";<br>
</div>
<div>          os << Utility::encodeURL(i->second.name) << "=" << Utility::encodeURL(i->second.value);<br>
</div>
<div>        }<br>
</div>
<div>     } else if (kind == YAHTTP_TYPE_REQUEST) {<br>
</div>
<div>        for(strcookie_map_t::const_iterator i = jar.cookies.begin(); i != jar.cookies.end(); i++) {<br>
</div>
<div>          os << "Set-Cookie: ";<br>
</div>
<div>          os << i->second.str() << "\r\n";<br>
</div>
<div>        }<br>
</div>
<div>      }</div>
<div><br>
</div>
<span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Suggest code rework.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Regards</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
David Binderman<br>
</div>
</body>
</html>