[go-nuts] http request blocked on futex .

2017-05-11 Thread Dave Cheney
Go programs are multi threaded, you should use the -f flag with strace to watch all threads servicing goroutines. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email t

[go-nuts] http request blocked on futex .

2017-05-11 Thread yikang zhuo
hi all, iI write a simple golang program below and build a execute file. package main import ( "fmt" "io/ioutil" "net/http" "strings" ) func main() { data := "line=ls" // resp, err := http.Post("http://127.0.0.1:3202/run";, "application/x-www-form-urlencoded", resp, err := http.Post("http://19