I am writing an nginx dynamic module using Go. Simple tasks like text processing worked, but functions like http.Get and exec.Command did not work, the request blocked forever.<