Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

http_Server revice unidentifiable Chinese code? #218

Open
zhanMan opened this issue Mar 26, 2018 · 3 comments
Open

http_Server revice unidentifiable Chinese code? #218

zhanMan opened this issue Mar 26, 2018 · 3 comments

Comments

@zhanMan
Copy link

zhanMan commented Mar 26, 2018

image
image

@zhanMan
Copy link
Author

zhanMan commented Mar 26, 2018

@sebt3 @TechPriest

@eidheim
Copy link
Owner

eidheim commented Mar 26, 2018

The problem might be that you call request->content.string() several times, since the string() call consumes the content stream (meaning the second time you call request->content.string() it will return an empty string).

@eidheim
Copy link
Owner

eidheim commented Mar 26, 2018

Also, the output does not correspond with the code. Could you try reformulate your issue with a more simple code example where your problem arises (with corresponding output)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants