diff --git a/test/test.cpp b/test/test.cpp index a050777..5084d54 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -17,9 +17,9 @@ int main() { // cout << myDef.val_matrix["delete"].empty(); - api myApi(&myDef, "GET /update/?id=1&value=true HTTP/1.1"); + api myApi(&myDef, "GET /update/?id=1&value=tru eHTTP/1.1\n"); cout << myApi.object["value"]; -} \ No newline at end of file +} diff --git a/test/test.o b/test/test.o index 2896458..52da175 100755 Binary files a/test/test.o and b/test/test.o differ