Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created October 27, 2010 15:12
Show Gist options
  • Save jfarcand/649218 to your computer and use it in GitHub Desktop.
Save jfarcand/649218 to your computer and use it in GitHub Desktop.
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