From bc967252d4f6d8bf8c4cc28e828ae45182d7654b Mon Sep 17 00:00:00 2001 From: rylek Date: Fri, 26 Aug 2011 11:04:43 +0000 Subject: [PATCH] *Web/httpsrv.cpp: fixed bug concerning reading long SAPI requests git-svn-id: svn://ultimatepp.org/upp/trunk@3788 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Geom/Ctrl/PlotterCtrl.h | 3 ++- uppsrc/Web/httpsrv.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/uppsrc/Geom/Ctrl/PlotterCtrl.h b/uppsrc/Geom/Ctrl/PlotterCtrl.h index 8e9be5c55..789052758 100644 --- a/uppsrc/Geom/Ctrl/PlotterCtrl.h +++ b/uppsrc/Geom/Ctrl/PlotterCtrl.h @@ -187,6 +187,8 @@ public: TOOL(ViewAspectLock) TOOL(ViewPan) + void PostRefresh(); + public: Callback WhenRescan; Callback WhenZoom; @@ -195,7 +197,6 @@ public: protected: void AdjustPos(Point scpos, int xymask); // 1 = x, 2 = y - void PostRefresh(); protected: bool rev_x, rev_y, aspect_lock, enable_lock; diff --git a/uppsrc/Web/httpsrv.cpp b/uppsrc/Web/httpsrv.cpp index 8046d00ec..091d2bf99 100644 --- a/uppsrc/Web/httpsrv.cpp +++ b/uppsrc/Web/httpsrv.cpp @@ -581,6 +581,7 @@ One HttpServer::GetRequest() req->LogTime(GetHttpURI(request_query), 1); return req; } + break; case RS_GET_HEADERS: case RS_POST_HEADERS: