Update UpgradeInputStream.java

This commit is contained in:
Josiah Noel 2026-02-11 15:29:43 -05:00
parent dccd8469ce
commit e2f1e0124b

View File

@ -27,6 +27,7 @@ package sun.net.httpserver;
import java.io.IOException;
import java.io.InputStream;
import sun.net.httpserver.HttpConnection.State;
/**
* A class which allows the caller to read the underlying stream for an upgrade request.