# HG changeset patch # User prappo # Date 1510231496 -10800 # Node ID 83cb329c0951c92a018e410bdae7d7c0b15161b4 # Parent 0936888d5a4aab834e5f634c67c1325bed0f0795 http-client-branch: fixed failing Http1HeaderParserTestDriver.java diff -r 0936888d5a4a -r 83cb329c0951 src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http1HeaderParser.java --- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http1HeaderParser.java Thu Nov 09 15:24:39 2017 +0300 +++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http1HeaderParser.java Thu Nov 09 15:44:56 2017 +0300 @@ -61,8 +61,8 @@ private State state = State.STATUS_LINE; -// /** Returns the status-line. */ -// String statusLine() { return statusLine; } + /** Returns the status-line. */ + String statusLine() { return statusLine; } /** Returns the response code. */ int responseCode() { return responseCode; }