summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGabriel Couto <gmcouto@gmail.com>2018-07-19 05:34:56 +0000
committerDavid Pursehouse <david.pursehouse@gmail.com>2018-07-23 06:56:14 +0100
commit280707b0fc717fdd8898242f21589f0c7c7d87be (patch)
tree5c6f8bf41a161cc8621f277dc0b9ca261e3beeb8 /lib
parent32798dcfdb00662a640f0ff2915766591d21e287 (diff)
downloadjgit-280707b0fc717fdd8898242f21589f0c7c7d87be.tar.gz
jgit-280707b0fc717fdd8898242f21589f0c7c7d87be.zip
HttpClientConnection.getHeaderFields should support multiple values for same header
Bug: 537166 Change-Id: I1ba645968efe01a88f2484f030b7572228ba169c Signed-off-by: Gabriel Couto <gmcouto@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index 10496a72e8..53eb19188a 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -51,6 +51,7 @@ java_library(
name = "httpcore",
visibility = [
"//org.eclipse.jgit.http.apache:__pkg__",
+ "//org.eclipse.jgit.http.test:__pkg__",
"//org.eclipse.jgit.lfs.server:__pkg__",
"//org.eclipse.jgit.lfs.server.test:__pkg__",
"//org.eclipse.jgit.pgm:__pkg__",