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

No recv_into ? #71

Closed
willmcgugan opened this issue Jul 2, 2018 · 2 comments
Closed

No recv_into ? #71

willmcgugan opened this issue Jul 2, 2018 · 2 comments

Comments

@willmcgugan
Copy link

Hi,

I recently switched my code to using recv_into, which broke my tests that use mocket. Does mocket support recv_into ? A quick look at the code suggests it doesn't.

@mindflayer
Copy link
Owner

Let me see what I can do. :)

@mindflayer
Copy link
Owner

mindflayer commented Jul 3, 2018

@willmcgugan, could you please test this branch (#recv-into)?

mindflayer added a commit that referenced this issue Jul 10, 2018
* Adding socket.recv_into() plus its test (#71).
* Fix for Travis missing Python 3.7 version.
* Forcing `pip` upgrade.
mindflayer added a commit that referenced this issue Sep 7, 2018
* Adding yaml for Shippable CI.
* Fix for pip 10 which misses .main()
* Adding `recv_into` support (#72)
* Adding socket.recv_into() plus its test (#71).
* Forcing `pip` upgrade.
* Fix for #65, thanks to the @jmcbailey patch at gabrielfalcao/HTTPretty#242.
* Improving the check, removing dependency of `requests` which is only acting as wrapper.
* Increasing stability of `true_sendall` function.
* Improving the `flake8` usage.
* Minor changes.
* Status badge from Shippable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants