Skip to content

Commit

Permalink
go1.7: use TLS renegotiation, rm stdlib forks
Browse files Browse the repository at this point in the history
Go 1.7 introduces TLS renegotiation: golang/go@af125a5

Removing our net/http and crypto/tls forks and just using Renegotation field
in the crypto/tls.Config field of the net/http.Client of the ./management/**
packages. (Fixes #90)

Should be merged once go1.7 stable is out and preferably like 1 month later.
If the customers of the ./management/ package are not vendoring the SDK and using
go versions prior to 1.7, they will get a compilation error.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
  • Loading branch information
ahmetb committed Aug 16, 2016
1 parent bfc5b4a commit 2cb6120
Show file tree
Hide file tree
Showing 60 changed files with 9 additions and 31,516 deletions.
203 changes: 0 additions & 203 deletions core/http/chunked.go

This file was deleted.

159 changes: 0 additions & 159 deletions core/http/chunked_test.go

This file was deleted.

Loading

0 comments on commit 2cb6120

Please sign in to comment.