test/jdk/java/net/httpclient/http2/server/BodyInputStream.java
branchhttp-client-branch
changeset 56009 cf8792f51dee
parent 55973 4d9b002587db
child 56089 42208b2f224e
--- a/test/jdk/java/net/httpclient/http2/server/BodyInputStream.java	Fri Jan 05 14:11:48 2018 +0000
+++ b/test/jdk/java/net/httpclient/http2/server/BodyInputStream.java	Fri Jan 12 15:36:28 2018 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -122,7 +122,7 @@
         if (c == -1) {
             return -1;
         }
-        return one[0];
+        return one[0] & 0xFF;
     }
 
     @Override