crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

reset.cc (116B)


      1 #include "httpbuffer"
      2 
      3 void Httpbuffer::reset() {
      4     first_line = "";
      5     bodystart = 0;
      6     Netbuffer::reset();
      7 }