Ignore:
Timestamp:
2006-02-15T16:38:22+13:00 (18 years ago)
Author:
mdewsnip
Message:

Various little bug fixes and improvements (many to get things working with Visual Studio 2005), by Emanuel Dejanu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/httpreq.cpp

    r9636 r11259  
    299299          RequestInfo.ThreadNum) != 0)
    300300    return GH_ERROR;
     301      if (NextLine.empty())
     302    break;
    301303      if ((*(NextLine.begin()) == ' ') || (*(NextLine.begin()) == '\t')) {
    302304    CurLine += NextLine;
Note: See TracChangeset for help on using the changeset viewer.