Skip to content

Instantly share code, notes, and snippets.

@9466
9466 / fcgiclient.go
Last active March 20, 2016 14:53 — forked from wofeiwo/fcgiclient.go
// Copyright 2012 Junqing Tan <ivan@mysqlab.net> and The Go Authors
// Use of this source code is governed by a BSD-style
// Part of source code is from Go fcgi package
// Fix bug: Can't recive more than 1 record untill FCGI_END_REQUEST 2012-09-15
// By: wofeiwo
package fcgiclient
import (