Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ooni/oohttp

Fork of Go stdlib's net/http that works with alternative TLS libraries like refraction-networking/utls.
https://github.com/ooni/oohttp

net/http/pprof: update the /debug/pprof endpoint

- Documented the duration parameter in Profile() to match with Trace().

- Properly handling the...

8f37156e6a4ae3dd5845ac3b4d6de11a9c6f27b9 authored over 6 years ago
vendor, net/http: update x/net for httplex to httpguts merge

Updates x/net to git rev cbb82b59bc for:

lex/httplex, http/httpguts: merge the httplex pack...

0f933894c79f976d6dd3df094cbad971d346267a authored over 6 years ago
net/http: update bundled http2

Updates http2 to x/net/http2 git rev 5f9ae10 for:

http2: terminate await request cancel gor...

a85d152d827d2c2dafe61263dc99563d3ac86a60 authored almost 7 years ago
net/http: ignore case of basic auth scheme in Request.BasicAuth

RFC 2617, Section 1.2: "It uses an extensible, case-insensitive
token to identify the authentica...

10a4abf3bd0b60a518ff22fec58276714e09a322 authored almost 7 years ago
net/http: write status code in Redirect when Content-Type header set

This is a followup to CL 110296. That change added a new behavior
to Redirect, where the short H...

77ab6b725ca9fcfa93ebb90d73b4987b75ebff3e authored almost 7 years ago
net/http: don't write redirect body if content-type is set

Fixes #25166

Change-Id: Id1fe18899579365519ac08ebedf74cd23c0fbd9f
Reviewed-on: https://go-revie...

c30751850677c6e8e00d0868e9fbd000e67e4180 authored almost 7 years ago
net/http: remove unnecessary parameter type

Change-Id: I954ca86c142e81c03ec867d10997617d1643b35d
GitHub-Last-Rev: 4ffcc780f16f20ad3a531638d4...

10cbb82aa331fff3441b32ecdca18bfa1922a1eb authored almost 7 years ago
net/http: remove stderr log spam in test

Fixes #24831

Change-Id: Icd39093d1b7d9b25aa8374c0298cdb1dea48e672
Reviewed-on: https://go-revie...

bdd579c39a86b463445cb4ed97b2edd56061988f authored almost 7 years ago
net/http: omit forbidden Trailer headers from response

Use the vendored ValidTrailerHeader function from x/net/http/httpguts to
check Trailer headers a...

7d1278c5ce51b0c65da7885cfa184fd14dbd0e2c authored almost 7 years ago
net/http: remove some stderr log spam

This changes rawResponse to install a logger before
Serve()ing and makes the log output availabl...

05995b6ab9eca0051b45279675b7545b6931a81c authored almost 7 years ago
net/http: don't crash if Server.Server is called with non-comparable Listener

Fixes #24812

Change-Id: If8d496d61b1120233e44c72d854e80cb06bab970
Reviewed-on: https://go-revie...

806e1c516232b1cfd2728a04cd49e0699170e0f0 authored almost 7 years ago
net/http: address comments from previous review

Move the test skip to use testenv.SkipFlaky and link to the Go issue.

Update #24826

Change-Id:...

071fc2996ddf061b3b209d1f72982b67aa3d6ece authored almost 7 years ago
net/http: skip a test on netbsd-arm

TestServerDuplicateBackgroundRead has been causing crashes on the
netbsd-arm-bsiegert builder, w...

bcada89476a94200cbe9ab90e032e27ad729234a authored almost 7 years ago
net/http: don't sniff Content-type in Server when X-Content-Type-Options:nosniff

The docs for ResponseWriter.Write say
// If the Header
// does not contain a Content-Type line, ...

2a1324033735c7165a7b45dcd10ad463f588fddb authored almost 7 years ago
net/http: fix comment on LocalAddrContextKey

Change-Id: Ibb793158a190758cebc00b58c12e3b8b106c0548
GitHub-Last-Rev: 6a6d949eb252ec6d3e76920fc2...

904f2601d45a0302d329fef89266562f35d8e4be authored almost 7 years ago
net/http: replace SOCKS client implementation

This change replaces the vendored socks client implementation with the
bundle of golang.org/x/ne...

b4bb19088df7117e8176288839c04bd8fae9ad2a authored almost 7 years ago
go/printer, gofmt: tuned table alignment for better results

The go/printer (and thus gofmt) uses a heuristic to determine
whether to break alignment between...

3f36b878dfc370503232250fa1b1f83f1927b62e authored almost 7 years ago
net/http/httputil: make ReverseProxy panic on error while copying body

Fixes #23643.

Change-Id: I4f8195a36be817d79b9e7c61a5301f153b681493
Reviewed-on: https://go-revi...

e55e05eddf00e25d58f32e2a39c6832589b46cb5 authored almost 7 years ago
net/http: strip password from error message

Strip password from URL then stringifying it to error.

Fixes #24572

Change-Id: I1751ea9ccf87e7...

6027db5ed9a811dbecd3446c2907469d6ff9ec62 authored almost 7 years ago
net/http: add function name to the beginning of comment

Change-Id: I6f5a94cd8b6e8f7201202514ac0f9c78811c43bc
Reviewed-on: https://go-review.googlesource...

7aed570f26aa738d471b0f313dd945a0d36f2c6e authored almost 7 years ago
net/http/pprof: harden handler responses

A very small number of old browsers consider content as HTML
even when it is explicitly stated i...

1f69e1d7d3d9228bd56a4f5d9b05ac0fb5cb2daf authored almost 7 years ago
all: use strings.Builder instead of bytes.Buffer where appropriate

I grepped for "bytes.Buffer" and "buf.String" and mostly ignored test
files. I skipped a few on ...

0f0236ebf943aa83041f6ac7a21c488e48de110c authored almost 7 years ago
net/http: use top-level font media type

RFC 8081 declares a top level font media type for all types of fonts.
Updating the mime types in...

65f3c82898a4457d6d6d3c144dd7b1acec1d8d31 authored almost 7 years ago
net/http: add sniffing support for woff2

Sniffing woff2 is now added to the spec -
https://github.com/whatwg/mimesniff/commit/e29b9f4a228...

b3c8421a967209ab4c0d079e91a72e4af2cca6c2 authored almost 7 years ago
net/http: remove extraneous call to VerifyHostname

VerifyHostname is called by tls.Conn during Handshake and does not need to be called explicitly....

def9080ca46336d3193f602f07b90c911a796c39 authored almost 7 years ago
net/http: panic when a nil handler is passed to (*ServeMux)HandleFunc

Fixes #24297

Change-Id: I759e88655632fda97dced240b3f13392b2785d0a
Reviewed-on: https://go-revie...

79443a94f9840d22d8266d417f17e8be7a364ef4 authored almost 7 years ago
net/http: correct subtle transposition of offset and whence in test

Change-Id: I788972bdf85c0225397c0e74901bf9c33c6d30c7
GitHub-Last-Rev: 57737fe782bf7ad2d765c2efd8...

23010be634eb4ddd0727e93a4f937ebc98f00420 authored almost 7 years ago
net/http: lock the read-only mutex in shouldRedirect

Since that method uses 'mux.m', we need to lock the mutex to avoid data races.

Change-Id: I9984...

f342e203d79219592f7f4cb010ae2c0aab0da0ee authored almost 7 years ago
net/http,doc: use HTTP status code constants where applicable

There are a few places where the integer value is used.
Use the equivalent constants to aid with...

cbbf93d07ad0c3adcd1bc3dafee93fa66c52d084 authored almost 7 years ago
net/http: support multipart/mixed in Request.MultipartReader

Fixes #23959

GitHub-Last-Rev: 08ce026f52f9fd65b49d99745dffed46a3951585
GitHub-Pull-Request: gol...

eefb83ca7e676cda7f9798df006b0f8ac5c8c1b3 authored almost 7 years ago
net/http: use RFC 723x as normative reference in docs

Replace references to the obsoleted RFC 2616 with references to RFC
7230 through 7235, to avoid ...

12d82cf9aadf41c3a3ed7d32bb1835325bf5aba2 authored almost 7 years ago
net/http: increase timeout length for TestOnlyWriteTimeout

This test was sometimes timing out on the plan9/arm builder
(raspberry pi) when run in parallel ...

d26340488bf90827108407f452819b76688ddfa1 authored almost 7 years ago
net/http: add StatusMisdirectedRequest (421)

Fixes #23776

Change-Id: Iff03d8b295afc1fd9435694b10246c723d323eda
Reviewed-on: https://go-revie...

0430a36d1553ea5ab719586b9b26e824c4a4a60e authored almost 7 years ago
all: use HTTPS for iana.org links

iana.org, www.iana.org and data.iana.org all present a valid TLS
certificate, so let's use it wh...

07c027fc8a0731bbb97f6d0f0b9835ca44aa28e9 authored almost 7 years ago
net/http/fcgi: update URL to spec documentation

Fixes #23748

Change-Id: Iacdbd57c53492175cf1d3045640db61151e10731
Reviewed-on: https://go-revie...

0a75e40d486d34f23f50b5f77990c328b74c1cbd authored almost 7 years ago
net/http: avoid for-loop if possible

Change-Id: I01900c3a2ebdda8c90d0585f179a39ee890c417f
Reviewed-on: https://go-review.googlesource...

530c0907db996eee2d41c87cc53ef9a6891f8fe1 authored about 7 years ago
net/http: redirect host-based patterns to trailing slash

Handlers can be registered for specific hosts by specifying the host as
part of the mux pattern....

3b4cdcd92294ac5285452911fc2dab106d34990b authored about 7 years ago
net/http: fix "http2: no cached connection..." error with x/net/http2

The net/http Transport was testing for a sentinel x/net/http2 error
value with ==, which meant i...

d43d272fc26060e541c6402567b885d7c4b7f068 authored about 7 years ago
Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests"

This reverts commit https://golang.org/cl/54030

Reason for revert: to not paint ourselves into ...

0b69c61eb74d2d35db2cef8490d10234e14a6959 authored about 7 years ago
net/http: document cloning of Server.TLSConfig

Updates #22018

Change-Id: I8a85324e9d53dd4d279ed05cdb93f50d55cf767b
Reviewed-on: https://go-rev...

bcfcb0c1ddd6f440bd8a09e8cde667fa9fad9c06 authored about 7 years ago
net/http: document internal error errServerClosedIdle more

Updates #19943

Change-Id: Iea249be51a7af3264bee9ee2b28dbd91043275fc
Reviewed-on: https://go-rev...

f531236758e6d051b7ec8adb5106458e1a21d37c authored about 7 years ago
net/http: don't validate WriteHeader code if header's already been sent

Also vendors x/net/http git rev 42fe2e1c for:

http2: don't check WriteHeader status if we'v...

9da903ab53ffb0dd6f2221740d076f0c46934dee authored about 7 years ago
net/http: document CONNECT more

Fixes #22554

Change-Id: I624f2883489a46d7162c11f489c2f0a0ec5a836f
Reviewed-on: https://go-revie...

2bec6b29265760bb2c68df2cc292f6fa5b1ef70b authored about 7 years ago
net/http: soften wording around when the Transport reuses connections

The docs were too specific. Make it vaguer. There are conditions for
which the Transport will tr...

82dd3108109859b01a7c420da320efff9548e448 authored about 7 years ago
net/http: relax the matching of strace output in test

Modify the regex in TestLinuxSendfile to not match the parameters of
the syscall, just its name ...

636e09c267ce26290b07f30f8d34990922cc18bd authored about 7 years ago
net/http: document ResponseWriter.WriteHeader more

Change-Id: I65209b90ed7c56d4c751b3e4b3ce1de52dae368c
Reviewed-on: https://go-review.googlesource...

ba2827049be3f31e1bad2e3f2d85fa5f5d4e0ea3 authored about 7 years ago
net/http: deflake TestServerCancelsReadTimeoutWhenIdle

I can reproduce with a very short timeout (fractions of a millisecond)
combined with -race.

But...

2b709dc635d8834af01b315d06cbf2bade39ba50 authored about 7 years ago
net/http/httputil: remove redundant call of setBody in test

Change-Id: I5a38200b9e050b484ec39f47c637e651e237390d
Reviewed-on: https://go-review.googlesource...

9e997b052a9a39440f7efc6e3f2c107731e01966 authored about 7 years ago
net/http: use correct method name in Server.ServeTLS docs

Closes #23028

Change-Id: I469f1ab2dee9151334b38e0d3a22eb9840c8807b
Reviewed-on: https://go-revi...

32aa5976249afe8dd15da11a7fda34849ad7f25c authored about 7 years ago
net/http: keep testing DetectContentType of empty body

Historically, DetectContentType has returned "text/plain; charset=utf-8"
for an empty body, ther...

12b7fc7f095f108bc758eb6d429b6b66c68e6821 authored about 7 years ago
net/http: fix unclosed Listener leak in ListenAndServeTLS

Fixes #23002

Change-Id: I87e72833757497aff49117dd40629cb7ec49e6e7
Reviewed-on: https://go-revie...

d7f76cc40bc3846f57a6fe2166c95d8ea70b41d1 authored about 7 years ago
net/http: speed up and deflake TestServerKeepAlivesEnabled_h2

Fixes #21724

Change-Id: I92571bf228781b17fdf012a2fb52a597c877cefe
Reviewed-on: https://go-revie...

92c863b8469afc5b37699c12a7862ec4db6773f7 authored about 7 years ago
net/http: update bundled http2

Updates http2 to x/net git rev 894f8ed58 for:

http2: fix flake in net/http's TestCloseIdleC...

1d7317f8fabdd6ed5fb8654bed67c6b8bcf26abf authored about 7 years ago
Revert "go/printer: forbid empty line before first comment in block"

This reverts commit 08f19bbde1b01227fdc2fa2d326e4029bb74dd96.

Reason for revert:
The changed tr...

3f787f7d0e03c3b6b9eae4362b2d43e15535188f authored about 7 years ago
net/http: document streaming nature of Response.Body

Fixes #22873

Change-Id: Ib2b7ee42a23b84db21cdfa693b62d5e6fbfdb54e
Reviewed-on: https://go-revie...

2f197f5cd3c3732a117d52bbad78a70a38ed1bff authored about 7 years ago
net/http: update bundled http2

Update http2 to x/net git rev db473f6b23.

(And un-skip TestWriteHeader0_h2 added in CL 80077, n...

c4bdfb1c2b3c2fc7608f37e4b2dea5c697e8e0b2 authored about 7 years ago
net/http: panic on invalid WriteHeader status code

Panic if an http Handler does:

rw.WriteHeader(0)

... or other invalid values. (for a forgi...

fb129f3f9e6b601d66fae03203e181696bbfb377 authored about 7 years ago
net/textproto: reject all headers with a leading space

Previously, golang.org/cl/75350 updated ReadMIMEHeader to ignore the
first header line when it b...

941f06f2b0b7fd20877fc813e21229ed9dab0ab3 authored about 7 years ago
net/http: implement sniffing for some fonts

Implement sniffing for fonts:
* MS Font object --> "application/vnd.ms-fontobject"
* ttf -->...

ed78010374e967078c327131f21c46ab0e289c00 authored about 7 years ago
net/http: don't set Content-Type with empty body automatically

We set Content-Type to "text/plain; charset=utf-8" even with blank body
before. Let's strip this...

f6637fb71d6d0b65140304a885f511e97bbf6ea6 authored about 7 years ago
net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requests

Previously when RoundTrip returned a non-nil error, the proxy returned a
StatusBadGateway error,...

6135b4587e09e908b2c1edd60c377eedc94eb666 authored about 7 years ago
net/http: add example to Server.Shutdown

Fixes #19579

Change-Id: Id99ca6de94d8d895dfaed1ed507e9d36c7f60670
Reviewed-on: https://go-revie...

33e82e44b607e93dcf0a389831cbcb460354720d authored about 7 years ago
net/http/httputil: make ReverseProxy close response body if ModifyResponse returns an error

Fixes #22658

Change-Id: I00e2b007d77b6f54798f7755d0b08e4fea824392
Reviewed-on: https://go-revie...

030dfbc4abbabfd45bb9b3a909e7b1c0369b0ac3 authored about 7 years ago
net/http: simplify ctx.Err() call in test

See CL 40291. ctx.Err() is defined to only return non-nil exactly
when ctx.Done() returns a clos...

a1cbc9784ca6b7902a4d8c7f59aff54047e36be2 authored about 7 years ago
net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeader

A header line with leading whitespaces is not valid in HTTP as per
RFC7230. This change ignores ...

c47ada561bf2c05d760113b059bc1997bb8afec9 authored about 7 years ago
net/http: fix copy-paste error in the ServeTLS docs

Change-Id: Id7f0d978ce5b0471a404d6e6673b789e7db04650
Reviewed-on: https://go-review.googlesource...

8481e2f2809f034da7a8a714b7a7a89b033bf05f authored about 7 years ago
net/http: clarify when it is safe to reuse a request

The godoc for RoundTrip already specifies when it's ok to reuse a
request that contains a body: ...

8255e6678b249ae0008dafeedfe4fe945c7bb916 authored over 7 years ago
net/http: remove unused named return variables

The existing implementation names a c net.Conn return which is
never user. Leaving the returns u...

bced54c373bbaff037fe09a5658eb545f1d3d758 authored over 7 years ago
net/http: quiet some log spam in TestNoBodyOnChunked304Response

Updates #22540

Change-Id: I63e8c4874f8a774e9c47affc856aadf8c35ca23b
Reviewed-on: https://go-rev...

f801a11d65b27437920b9483620b7ef9737128f0 authored over 7 years ago
net/http: remove some log spam in test, add missing error detail

Updates #22540

Change-Id: I26e79c25652976fac6f2e5a7afb4fd1240996d74
Reviewed-on: https://go-rev...

4a17f6a342a4aa629f920498c71b34576a4544b2 authored over 7 years ago
go/printer: forbid empty line before first comment in block

To improve readability when exported fields are removed,
forbid the printer from emitting an emp...

f0e9a8ba30a4e880718862b7e372508f21a40054 authored over 7 years ago
net/http: update bundled http2

Updates http2 to x/net/http2 git rev c73622c77280

http2: always delay closing the connection af...

3416a4c1273c66cfeb7fbcc7b3777279a325b261 authored over 7 years ago
net/http: set Content-Type header for HEAD as well

In CL 50510, the Content-Type header started to be set in Redirect when
request method is GET. (...

47a626c7cd13f5505bff280dec9c5102e298baf3 authored over 7 years ago
net/http: fix typo in doc string

Change-Id: I4542f6c095a35a4dec03c67c45a75a155197eb56
Reviewed-on: https://go-review.googlesource...

154bafbd6af651fa1dd8b301260926105a30dfb3 authored over 7 years ago
net/http: display connect methods table properly in `go doc`

When run `go doc -u http.connectMethod`, the whole table is treated as
a single long line. This ...

94d3df9a61912cabc1a05c624ddd19c63024d8c7 authored over 7 years ago
net/http/pprof: attach handlers using http.HandleFunc

Simplify how pprof attaches the handlers to the DefaultMux by using
http.HandleFunc instead of m...

bf68d65e19726d9988d89d016253c7092abc968b authored over 7 years ago
net/http: fix minor leak in Header.WriteSubset

Header.WriteSubset uses a sync.Pool but wouldn't Put the sorter back in
the pool if there was an...

05d1fef33899e1a9f36f78c11339896e1f1e4c40 authored over 7 years ago
net/http: ignore response body when forbidden by status code

A 1XX, 204, or 304 response may not include a response body according
to RFC 7230, section 3.3.3...

ff00cc12429fa5b75f186a795caf109733e04584 authored over 7 years ago
net/http: update bundled http2

Updates http2 to x/net/http2 git rev 1087133bc4a for:

http2: reject DATA frame before HEADERS...

d531b38190e61fa9aa27d7329d792a0411b334a1 authored over 7 years ago
net/http: preserve Host header following a relative redirect

If the client sends a request with a custom Host header and receives
a relative redirect in resp...

6b83e1b7ece911849c3b77fa076f587025eb6cc6 authored over 7 years ago
net/http/httputil: extract duplicate code as removeConnectionHeaders

Change-Id: I50389752dcbf5d058ce11256a414be7955cdb77f
Reviewed-on: https://go-review.googlesource...

09a19dbdff4429b39f280f0cee6e33c69b21edc0 authored over 7 years ago
net/http: fix panic when status without description for proxied HTTPS responses

Check to ensure that Status is set
when parsing a proxied HTTPS response
that a CONNECT proxy-au...

b3d40f180224d2f548feb7deebf89fb91503299f authored over 7 years ago
net/http: HTTPS proxies support

net/http already supports http proxies. This CL allows it to establish
a connection to the http ...

35bb5998c4f6e0971b3626aaacad9d2682f8b60f authored over 7 years ago
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"

This reverts https://golang.org/cl/66372.

Updates #22148

Change-Id: I3e94af3dfc11a2883bf28e1d5...

4ac1703f57eae30db28fd0ac1bbc9d942210b1f9 authored over 7 years ago
all: revert "all: prefer strings.IndexByte over strings.Index"

This reverts https://golang.org/cl/65930.

Fixes #22148

Change-Id: Ie0712621ed89c43bef94417fc32...

ebd96485a10f0286611f22f473ed432c27264ee0 authored over 7 years ago
net/http: make TimeoutHandler recover child handler panics

Fixes #22084.

Change-Id: If405ffdc57fcf81de3c0e8473c45fc504db735bc
Reviewed-on: https://go-revi...

9bbb7596b1aa4010b5ebe549a94fb0e1f6f017ec authored over 7 years ago
net/http: use canonicalAddr on shouldCopyHeaderOnRedirect

Change-Id: Ic3f7f575d3640706adb7d64545ed8027add6c58f
Reviewed-on: https://go-review.googlesource...

d77e708c5d2902bc8ef12e2fe48665e302a4f020 authored over 7 years ago
all: prefer strings.LastIndexByte over strings.LastIndex

strings.LastIndexByte was introduced in go1.5 and it can be used
effectively wherever the second...

3c4282c367beffaf74c9d04c6c34be54d2a22c48 authored over 7 years ago
net/http: error if Transport.Proxy returns https

Transport.Proxy is documented as only supporting the http and socks5
schemes. If one tries to us...

5b084ef6abeed99783c0d6104537bb5e97d77448 authored over 7 years ago
all: prefer strings.IndexByte over strings.Index

strings.IndexByte was introduced in go1.2 and it can be used
effectively wherever the second arg...

1a2418e382c7cdfd3511cf98cfa5bd083292c342 authored over 7 years ago
net/http: net/http: doc that prefer "must" over "should"

See https://go-review.googlesource.com/c/go/+/59850

Change-Id: I9f0b6bc009eae86cbbdb56562ee4eb8...

899646d99d330a664d84597b5e4f3965c6a937ef authored over 7 years ago
all: fix article typos

a -> an

Change-Id: I7362bdc199e83073a712be657f5d9ba16df3077e
Reviewed-on: https://go-review.goo...

c5b2a9c850568cbe200925ce701f89276927451f authored over 7 years ago
net/http: allow reuse of http.Request objects

Calling response.Body.Close() early would generarate a race before this.
Since closing would ret...

a90d015d604d822e3fb6a37ee68a02a535220359 authored over 7 years ago
net/http: make ServeMux preserve query string during redirects

Ensure that the implicitly created redirect
for
"/route"
after
"/route/"
has been registered...

01f7f9cf32d11ec2c57aa42cd80e3f70a9df68bf authored over 7 years ago
net/http: make startBackgroundRead panic if hijacked

Fixes #20933

Change-Id: I827c8d265674a7448c51c1da991e9b3b4501ba11
Reviewed-on: https://go-revie...

5204cde929c633a7373dc2fdcdf122f1865be9d8 authored over 7 years ago
all: join some chained ifs to unindent code

Found with mvdan.cc/unindent. It skipped the cases where parentheses
would need to be added, whe...

7118adb644ad2c03ae387d5741224df457ca6411 authored over 7 years ago
net/http: Set a timeout on Request.Context when using TimeoutHandler

In TimeoutHandler, use a request whose context has been configured with
the handler's timeout

F...

aa728a7f165a244c19582334193f2735082f29d3 authored over 7 years ago
net/http: mention RegisterOnShutdown in Server.Shutdown docs

Closes #21637

Change-Id: Icc3528572ea2a25e62757cc8fbbb9c3fa96a78b2
Reviewed-on: https://go-revi...

66c8b279927539eee0a1aa56f1a1e8d501133bb3 authored over 7 years ago
all: remove some double spaces from comments

Went mainly for the ones that make no sense, such as the ones
mid-sentence or after commas.

Cha...

74332642561d083bea9f23ca762ff5aefba9de49 authored over 7 years ago
net/http: delete unnecessary string concatenation

In the existing implementation, if pattern is an empty string,
program calls a panic with the me...

12aab01975c631869f37bf13229a5923cc7f2b74 authored over 7 years ago