|
a09c6888cc
|
fix another data race along with goaway
|
2016-07-28 19:47:38 -07:00 |
|
|
5876dcba5e
|
a minor fix
|
2016-07-28 18:57:53 -07:00 |
|
|
d4acbe9e3c
|
a minor fix
|
2016-07-28 18:42:25 -07:00 |
|
|
32df3a68d0
|
more fix
|
2016-07-28 18:32:51 -07:00 |
|
|
80572b2739
|
fix the streaming rpc case
|
2016-07-28 16:45:48 -07:00 |
|
|
b2f30e082e
|
fix some goaway related test flakiness
|
2016-07-28 16:32:18 -07:00 |
|
|
f255f72742
|
Merge pull request #784 from iamqizhao/race-fix
Fix a couple of races when goaway lives with connection shutdown.
|
2016-07-28 15:40:27 -07:00 |
|
|
f886659e0a
|
Merge pull request #789 from tamird/cancel-backwards-compat
WithDialer doesn't support cancellation
|
2016-07-28 15:01:24 -07:00 |
|
|
096e703537
|
WithDialer doesn't support cancellation
This maintains cancellation for the default dialer, but external users
will have to opt in via a future API.
|
2016-07-28 17:00:23 -04:00 |
|
|
b128e7465a
|
merge the conflict
|
2016-07-28 13:17:23 -07:00 |
|
|
8aabd7f28f
|
Merge pull request #783 from menghanl/comma_in_metadata
Allow comma in metadata Binary-Header value
|
2016-07-28 12:59:36 -07:00 |
|
|
38383692ba
|
Merge pull request #778 from tamird/golint-govet
*: enforce various linters
|
2016-07-28 11:22:02 -07:00 |
|
|
0ce67dbc06
|
Merge pull request #751 from tamird/dialer-cancel
cancel outgoing net.Dial when ClientConn is closed
|
2016-07-28 11:19:15 -07:00 |
|
|
cd4ca4d808
|
Tune transport Monitor, modify the test and add more comments
|
2016-07-28 11:07:42 -07:00 |
|
|
8ab0d24ed3
|
Update travis config
|
2016-07-27 23:55:59 -04:00 |
|
|
ac90a026b6
|
*: go vet
|
2016-07-27 23:39:19 -04:00 |
|
|
220b464e81
|
*: golint
|
2016-07-27 23:38:59 -04:00 |
|
|
9aa8038716
|
*: gofmt/goimports simplify
|
2016-07-27 23:38:28 -04:00 |
|
|
1faf2ca61b
|
fix the race on t.state
|
2016-07-27 19:46:34 -07:00 |
|
|
711a24cde2
|
Merge pull request #782 from tamird/missing-log-line
transport: add missing log line
|
2016-07-27 17:51:01 -07:00 |
|
|
0e0265f78b
|
Merge pull request #772 from menghanl/percent_encoding
grpc-message status desc encoding fixes
|
2016-07-27 17:49:30 -07:00 |
|
|
63fcabeec5
|
some polish
|
2016-07-27 17:41:43 -07:00 |
|
|
110450d45e
|
fix races introduce by goaway
|
2016-07-27 17:27:10 -07:00 |
|
|
22c41c77e6
|
Change function names
|
2016-07-27 15:46:40 -07:00 |
|
|
5502cde528
|
Reconstruct grpc encoding tests
|
2016-07-27 15:46:40 -07:00 |
|
|
d87c63e172
|
Move grpcMessageDecode() to http_util
|
2016-07-27 15:46:40 -07:00 |
|
|
32d3a3587c
|
Change comments and test error message for grpcMessageEncode
|
2016-07-27 15:46:40 -07:00 |
|
|
fe4145af27
|
Allow comma in metadata Binary-Header value
|
2016-07-27 14:42:29 -07:00 |
|
|
61f3f61ef0
|
cancel outgoing net.Dial when ClientConn is closed
|
2016-07-27 17:34:40 -04:00 |
|
|
2342e38669
|
test,transport: simplify
|
2016-07-27 17:20:55 -04:00 |
|
|
2a05360aa8
|
transport: add missing log line
This error is just being swallowed currently.
|
2016-07-27 16:29:04 -04:00 |
|
|
f921887ab5
|
Tune some clean up code
|
2016-07-27 11:36:22 -07:00 |
|
|
6732fdf9f8
|
Merge pull request #777 from menghanl/revert_78e558b
Avoid modifying passed-in tls.Config
|
2016-07-27 10:59:08 -07:00 |
|
|
824221d52d
|
add clone to avoid modifying passed-in tls.Config
|
2016-07-26 21:21:43 -07:00 |
|
|
06d68ef151
|
Merge pull request #774 from iamqizhao/master
Support server graceful shutdown
|
2016-07-26 13:54:34 -07:00 |
|
|
b12fa98959
|
small touchup
|
2016-07-25 17:41:47 -07:00 |
|
|
d78e09a48d
|
bug fix
|
2016-07-25 17:24:42 -07:00 |
|
|
e32c9f5d94
|
disallow illegal goaway stream id
|
2016-07-25 17:07:54 -07:00 |
|
|
f1e4d3b180
|
allow multiple GoAways and retrying on illegal streams
|
2016-07-25 16:35:32 -07:00 |
|
|
e40dc9bff9
|
move the stream id checking into operateHeaders
|
2016-07-22 15:04:47 -07:00 |
|
|
046e606dc5
|
clean up
|
2016-07-21 18:12:01 -07:00 |
|
|
afdabe5738
|
Merge pull request #765 from menghanl/internal_error_empty_desc
Eliminate empty desc Internal error
|
2016-07-21 16:42:44 -07:00 |
|
|
9ad4c58355
|
Make it work for streaming
|
2016-07-21 16:19:34 -07:00 |
|
|
2350c4144c
|
Merge pull request #610 from peter-edge/percent_encoding
Do percent encoding matching grpc-java for the statusDesc
|
2016-07-21 11:36:23 -07:00 |
|
|
873cc272c2
|
support goaway
|
2016-07-20 18:48:49 -07:00 |
|
|
0e86f69ef3
|
Merge branch 'master' of https://github.com/grpc/grpc-go
|
2016-07-19 16:29:15 -07:00 |
|
|
d2e79470cc
|
client goaway support
|
2016-07-19 16:29:13 -07:00 |
|
|
061c19dd55
|
Add statusDesc when handling RST_STREAM
|
2016-07-19 16:19:20 -07:00 |
|
|
d017580d29
|
Merge pull request #769 from iamqizhao/master
Fix an issue in #766
|
2016-07-19 16:19:02 -07:00 |
|
|
5c2b3fa6c1
|
fix a goroutine leak in transport_test.go
|
2016-07-19 13:52:52 -07:00 |
|