Include the URL we cannot connect to in HTTP transport
commit7064ca1102eec183438cfd6a03157f8a90ef3833
authorShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 19:08:36 +0000 (11 15:08 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 19:12:46 +0000 (11 15:12 -0400)
treefd1ba57a6db47a83a79702a564288caba84b45cf
parent6ff9c0dc5eb3ff72602ce3553c7a760f130f9c58
Include the URL we cannot connect to in HTTP transport

If we cannot connect due to a connection timeout (for example) the
URL may just be incorrectly entered.  We should show that URL so
the end-user can see what host we timed out waiting for.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/transport/TransportHttp.java