diff options
| -rw-r--r-- | ychat/src/reqp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ychat/src/reqp.cpp b/ychat/src/reqp.cpp index fbf794f..74b2110 100644 --- a/ychat/src/reqp.cpp +++ b/ychat/src/reqp.cpp @@ -155,6 +155,7 @@ reqp::parse(context *p_context) s_http_cotype_add + "\r\n" ); s_resp.append(*p_response); + *p_response = s_resp; // } } |
