Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix:fix the bug that middleware will return illegal http body when…
… http body is empty (#737) If the http body is empty. The httpBody function will return HTTP header content from index 3. This is unexpected. Function caller also cannot tell whether the httpbody is empty or not.
- Loading branch information