Home
last modified time | relevance | path

Searched defs:writeOnlyConn (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/fcgi/
Dfcgi_test.go119 type writeOnlyConn struct { struct
120 buf []byte
123 func (c *writeOnlyConn) Write(p []byte) (int, error) {
128 func (c *writeOnlyConn) Read(p []byte) (int, error) {
132 func (c *writeOnlyConn) Close() error {