--- libwww/Library/src/HTTP.c 1998/03/22 21:39:45 1.160 +++ libwww/Library/src/HTTP.c 1998/05/04 19:37:28 1.161 @@ -3,7 +3,7 @@ ** ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. -** @(#) $Id: HTTP.c,v 1.160 1998/03/22 21:39:45 frystyk Exp $ +** @(#) $Id: HTTP.c,v 1.161 1998/05/04 19:37:28 frystyk Exp $ ** ** This module implments the HTTP protocol as a state machine ** @@ -17,7 +17,7 @@ */ /* Library include files */ -#include "sysdep.h" +#include "wwwsys.h" #include "WWWUtil.h" #include "WWWCore.h" #include "WWWMIME.h" @@ -161,9 +161,11 @@ PRIVATE BOOL HTTPInformation (HTStream * switch (me->status) { case 100: +#if 0 HTRequest_addError(me->request, ERR_INFO, NO, HTERR_CONTINUE, me->reason, (int) strlen(me->reason), "HTTPInformation"); +#endif return YES; break;