File: fix-16-query-string-c989bee73733a325.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (6 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
fixes:
  - |
    Fixed issue \#16 by converting string object passed as query_string
    to bytes which is the type of the query string in werkzeug, and also allowing
    bytes as the parameter.