diff options
| -rw-r--r-- | plugins/cgi/cgi.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cgi/cgi.cpp b/plugins/cgi/cgi.cpp index 561e6ad..f5147c1 100644 --- a/plugins/cgi/cgi.cpp +++ b/plugins/cgi/cgi.cpp @@ -181,7 +181,7 @@ namespace {    bp::child child(filename.string(), env, (bp::std_out & bp::std_err) > is_out, bp::std_in < is_in);    is_in << context.GetRequestParam("body"); -  is_in.close(); +  //is_in.close();    std::string output;    std::string line;  | 
