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

http: ContentLength=N with Body length 0 #10

Closed
hipeace86 opened this issue Dec 31, 2019 · 1 comment
Closed

http: ContentLength=N with Body length 0 #10

hipeace86 opened this issue Dec 31, 2019 · 1 comment

Comments

@hipeace86
Copy link

client:= requests.Requests()
client.Post("https://www.httpbin.org/post",requests.Datas{"abc":"123","ddd":"789"})
resp,err:=client.Get("https://www.httpbin.org/get")
if err!= nil{
	fmt.Println(err)
}
fmt.Println(resp.Text())
@asmcos
Copy link
Owner

asmcos commented Jul 25, 2020

已经修复了 post后的残留数据

@asmcos asmcos closed this as completed Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants