Simple-Web-Server icon indicating copy to clipboard operation
Simple-Web-Server copied to clipboard

http_Server revice unidentifiable Chinese code?

Open zhanMan opened this issue 7 years ago • 3 comments

image image

zhanMan avatar Mar 26 '18 01:03 zhanMan

@sebt3 @TechPriest

zhanMan avatar Mar 26 '18 01:03 zhanMan

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 avatar Mar 26 '18 09:03 eidheim

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)?

eidheim avatar Mar 26 '18 09:03 eidheim