1379 Commits

Author SHA1 Message Date
4c2aaab42e Merge pull request #715 from menghanl/content_type
Ignore plus and semicolon and anything following in Content-Type
2016-06-08 10:52:41 -07:00
5d7ad14de4 Rename isGrpcContentType to validContentType 2016-06-07 17:46:06 -07:00
2991ee27f8 Merge pull request #714 from joe2far/fix-typos
Fixed typos in docstrings
2016-06-07 17:38:53 -07:00
64ac69504c Merge pull request #716 from menghanl/service_desc
Add Metadata field to ServiceDesc
2016-06-07 17:38:25 -07:00
e9855a161b Merge pull request #717 from heyitsanthony/fix-dial-leak
clientconn: buffer waitC on Dial goroutine
2016-06-07 17:12:52 -07:00
6dea9c3578 Merge pull request #718 from menghanl/remove_context_e2e
Remove printing context from end2end_test UnaryCall()
2016-06-07 16:54:57 -07:00
0f84d515bb Remove printing context from end2end_test UnaryCall() 2016-06-07 16:43:16 -07:00
eada4fb145 clientconn: buffer waitC on Dial goroutine
Leaks a goroutine on dial timeout if unbuffered.
2016-06-07 15:47:54 -07:00
7233968957 Add Metadata field to ServiceDesc 2016-06-07 15:40:14 -07:00
7ef3c44f78 Move isGrpcContentType to http_util.go and fix processHeaderField 2016-06-07 14:29:37 -07:00
9391d1a36d Ignore plus and semicolon and anything following in Content-Type 2016-06-07 14:19:29 -07:00
487ada6517 Fixed typos in docstrings 2016-06-07 12:01:07 +01:00
b60d3e9ed8 Merge pull request #712 from iamqizhao/master
[Notice] Change the semantics of grpc.WithTimeout DialOption
2016-06-06 14:18:51 -07:00
e4b9b7f606 Fix the Timeout comments 2016-06-06 12:29:41 -07:00
3a6b72b858 add errNoAddr 2016-06-06 12:16:33 -07:00
24a701cae7 revise the comments of WithTimeout 2016-06-06 12:13:00 -07:00
404e9b67de dial time out 2016-06-06 12:08:11 -07:00
ce6213360c Merge pull request #708 from shurcooL/fix-gRPC-spelling
Fix remaining instances of gRPC spelling.
2016-06-02 18:42:51 -07:00
e8316072cd Fix remaining instances of gRPC spelling.
According to http://www.grpc.io/faq/, the project is called gRPC. It's
already referred by that name in most places, except a few instances
where it's still "GRPC". Fix those to have consistency.
2016-06-02 18:00:07 -07:00
62b140d8a3 Merge pull request #690 from iamqizhao/master
Introduce Balancer as the client load balancing solution
2016-06-02 10:16:10 -07:00
aa08f14740 Merge branch 'master' of https://github.com/grpc/grpc-go 2016-06-01 18:18:43 -07:00
aecdccadd2 Merge pull request #683 from mwitkow/feature/propagate-authority
make :authority propagate to MD
2016-06-01 18:18:23 -07:00
89e77e914d Merge pull request #706 from menghanl/fix_golint
Fix golint
2016-06-01 18:12:45 -07:00
fc590f40e9 Fix golint errors 2016-06-01 16:40:26 -07:00
2700f043b9 some small fixes 2016-06-01 14:09:21 -07:00
3d000f3e5f fix a test error msg 2016-05-26 16:50:29 -07:00
5d8c1e2d84 Remove metadata when creating an Address 2016-05-26 16:14:27 -07:00
cf595a8fcd polish Address comments 2016-05-26 15:49:50 -07:00
7acc9989fd polish the comments of Notify() and Get(). 2016-05-26 15:39:02 -07:00
fca009f66f Fix some small comments 2016-05-26 15:11:33 -07:00
817b48219c Fix a typo bug and handle stale addrConns 2016-05-26 14:20:31 -07:00
db887c9bcd rename controller 2016-05-25 18:17:23 -07:00
9a14ca798d Add more comments 2016-05-25 17:18:05 -07:00
98c0b8aa3e Fix a race conditon and add some small touchups 2016-05-25 15:55:03 -07:00
9051bdf564 Merge branch 'master' of https://github.com/grpc/grpc-go 2016-05-25 15:49:52 -07:00
8213ee577a Merge pull request #684 from bdarnell/listener-leak
Fix a listener leak when a server is stopped before it starts
2016-05-25 15:49:35 -07:00
d4fcb1a651 fix some comments 2016-05-25 15:31:54 -07:00
fc73096412 fix some typos 2016-05-25 11:52:51 -07:00
2a6703fb09 Improve Get comments 2016-05-25 11:38:29 -07:00
9dc3da0633 make downErr for Balancer down closure 2016-05-25 11:28:45 -07:00
eec6ad361b authority: address comments from PR 2016-05-25 11:38:25 +01:00
8eab9cb6bf rewrite Balancer Get comments 2016-05-24 18:14:24 -07:00
26c0af8adc some touchups 2016-05-24 17:50:02 -07:00
53fe56a73e Polish the comments 2016-05-24 17:37:44 -07:00
0b1df3bca2 add BalancerGetOption 2016-05-24 17:19:44 -07:00
5b484e4099 add Notify API; move the name resolving into Balancer 2016-05-23 19:25:01 -07:00
bab01e8e85 Fix a listener leak when a server is stopped before it starts
If server.Stop() and server.Serve() race, Serve() can return without
closing the listener. This in turn can lead to clients timing out trying
to connect to a server that is neither accepting nor rejecting
connections.
2016-05-22 14:52:40 -04:00
fda7cb3cdf Remove unused import 2016-05-19 10:59:35 -07:00
2151d51eaa small error touchup 2016-05-18 17:19:50 -07:00
5d62215b41 some minor fixes 2016-05-18 16:26:12 -07:00