< prev index next >

src/java.base/share/classes/sun/net/www/http/HttpClient.java

Print this page

        

@@ -623,11 +623,11 @@
         this.streaming = streaming;
         writeRequests(head, pos);
     }
 
     /** Parse the first line of the HTTP request.  It usually looks
-        something like: "HTTP/1.0 <number> comment\r\n". */
+        something like: {@literal "HTTP/1.0 <number> comment\r\n"}. */
 
     public boolean parseHTTP(MessageHeader responses, ProgressSource pi, HttpURLConnection httpuc)
     throws IOException {
         /* If "HTTP/*" is found in the beginning, return true.  Let
          * HttpURLConnection parse the mime header itself.
< prev index next >