Gabriel Falcão

Results 62 comments of Gabriel Falcão

The issue title suggests that the problem occurs "if there are chunks". I suppose this is a problem with chunked requests, is that the case for everyone here? Would any...

Thanks @ThiefMaster, I already merged 0eb4b169ad8d5ff7bda4afaef7a9249cf70e758d and released the changes in version `1.1.3` if you could kindly test it :)

@Gidgidonihah if you could also test your code against 1.1.3 that would be great. Thanks folks!

> @gabrielfalcao I can confirm that it only appears to impact POST requests as @tim-schilling suggested: > > ```python > import httpretty > import requests > > httpretty.enable() > >...

This currenly is not supported because HTTPretty can only infer what TCP ports when the given matcher is a string, this behavior was chosen because there is no reliable way...

could you please share the full code to reproduce the issue?

> Hi, > > I'm trying to send some cookies using Set-Cookie header(s). The use of a dict for headers only allows me to set the same header once. >...

> Hi, > > I've made a package that could be of help, see https://github.com/Ousret/kiss-headers Hi @Ousret, kiss-headers looks great. Brilliant idea, I hope to see web frameworks such as...