-
```
At documentation it says
The connection_type is the type of connection object to use. The supplied class
should implement the interface of httplib.HTTPConnection.
In
Http.request(uri[, method=…
-
```
What device(s) are you experiencing the problem on?
Pantech Marauder from Verizon
What firmware version are you running on the device?
4.0.3
What steps will reproduce the problem?
Run the follow…
-
```
What device(s) are you experiencing the problem on?
Pantech Marauder from Verizon
What firmware version are you running on the device?
4.0.3
What steps will reproduce the problem?
Run the follow…
-
```
What device(s) are you experiencing the problem on?
Pantech Marauder from Verizon
What firmware version are you running on the device?
4.0.3
What steps will reproduce the problem?
Run the follow…
-
I've installed Geeknote on OSX 10.11.1 and when I go to lunch it and login for the first time the following occurs:
```
~/git/geeknote (master|✔) % geeknote login
> : Authorize...Traceback (most re…
-
When data is unicode, it gives traceback.
A simple test case:
``` python
request = requests.Request(method='GET', url='https://httpbin.org/get')
request.data = u'x=føø'
prepared = request.prepare()
…
-
```
What steps will reproduce the problem?
run the installer
What is the expected output? What do you see instead?
the software to be installed correctly
What is the output of 'gcloud info'?
i can't…
-
```
What steps will reproduce the problem?
>>> from restful_lib import Connection
>>> conn = Connection('https://www.google.com')
>>> conn.request_get('foo')
Traceback (most recent call last):
File …
-
```
What steps will reproduce the problem?
>>> from restful_lib import Connection
>>> conn = Connection('https://www.google.com')
>>> conn.request_get('foo')
Traceback (most recent call last):
File …
-
I tried to run the tests `v24_features.py` and `v26_features.py`, but my attempt failed.
``` ┌─[✗]─[leonid@vasya-L460]─[~/work/mail/nginx_upstream_module]
└──╼ ./test/v24_features.py
[+] Post…