Skip to content

net/http: tests failing on Plan 9 since CL 31173 #17498

Closed
@0intro

Description

@0intro

Since CL 31173 the HTTP server relies on deadlines to read requests from clients. This change broke various tests in the net/http package, because deadlines aren't implemented on Plan 9 yet.

2016/10/18 03:15:56 httptest.Server blocked in Close after 5 seconds, waiting for connections:
  *net.TCPConn 0x10976f98 127.0.0.1:47045 in state active
  *net.TCPConn 0x10976110 127.0.0.1:43006 in state active
panic: test timed out after 3m0s
FAIL    net/http    180.069s

See https://build.golang.org/log/726c2a2970f3e33d3728a27645521822e2ef8d03

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.OS-Plan9

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions