Created
October 27, 2010 15:12
-
-
Save jfarcand/649218 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request DefaultHttpRequest(chunked: false) | |
CONNECT repository.sonatype.org:443 HTTP/1.0 | |
Host: repository.sonatype.org | |
Connection: keep-alive | |
Proxy-Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.0 200 Connection established | |
[New I/O client worker #1-1] Connected to 192.168.2.106:3128 | |
Connecting to proxy http://192.168.2.106:3128 for scheme https://repository.sonatype.org/service/local/staging/deploy/maven2 | |
[New I/O client worker #1-1] | |
Cached Request https://repository.sonatype.org/service/local/staging/deploy/maven2 PUT | |
HEADERS WRITTEN | |
REQUEST WRITTEN | |
[New I/O client worker #1-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
[New I/O client worker #1-1] | |
Request DefaultHttpRequest(chunked: false) | |
PUT https://repository.sonatype.org/service/local/staging/deploy/maven2 HTTP/1.1 | |
Host: repository.sonatype.org | |
Connection: keep-alive | |
Proxy-Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Content-Length: 3905 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment