Commit 677e07e7 authored by jan.koester's avatar jan.koester
Browse files

small fixes

parent 7a438151
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -86,8 +86,6 @@ REQUESTHANDLING:
                break;
            default:
                cureq->clear();
                cureq->RecvData.clear();
                cureq->RecvData.pos=0;
                libhttppp::HTTPException re;
                re[libhttppp::HTTPException::Error] << "unknown requesttype !";
                throw re;