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

merge #1

Merged
merged 211 commits into from
Jan 9, 2017
Merged

merge #1

merged 211 commits into from
Jan 9, 2017

Conversation

Sharpek
Copy link
Owner

@Sharpek Sharpek commented Jan 9, 2017

No description provided.

ABHISHEK7 and others added 30 commits October 17, 2016 19:36
via flake8
Add loop kwargs to sanic_endpoint_test
Fix comments over-indentation
Fix value error for query string test
* Keep-alive requests stay open if communicating

* time.time faster than loop.time?

* Fix flake8

* Add aiofiles to requirements.txt

* Caching example using aiocache

* Caching example using aiocache

* Added aiocache to requirements
…er (#142)

* fix(request.py): exception if access request.form on GET request

* fix(request): just make a unification (parsed_form and parsed_files) + RFC fixes

parsed_form and parsed_files must be a RequestParameters type in all cases!
fix(request.py): problem in case of request without content-type head…
I have this code:

```
form = FileForm(request.files)
```

and it raise error because the `request.files` is `dict` but `RequestParameters` is expected =/
Give `ra` a more explicit name
Add the client address to the request header
seemethere and others added 29 commits January 3, 2017 11:52
Prevent flooding of meaningless traceback in `sanic_endpoint_test`
…handling

Add more verbose debug error handling
Correct Router documentation
Remove unused library
add configurable backlog
By using the builtin pytest skips we can identify that the tests are still there but are being currently skipped.

Will update later to remove the skips once we figure out why they freeze with pytest (I experienced this same issue with multiprocessing when testing start/stop events).
Fix multiple worker problem
Cache request.json even when it's empty.
@Sharpek Sharpek merged commit a67242d into Sharpek:master Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet