Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

empty request headers and body in *.log files when using log_dir option #367

Closed
ingvarbiz opened this issue Nov 5, 2018 · 0 comments
Closed

Comments

@ingvarbiz
Copy link

In base.py, function save_dumps():
out.write(b'Request headers:\n')
out.write(self.request_head)
out.write(b'\n')
out.write(b'Request body:\n')
out.write(self.request_body)

Both self.request_head and self.request_body are equal empty string (b'') all the time.

*.log files contain response data only.

@lorien lorien closed this as completed Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants