-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException When Calling ProxyUtils.isHEAD #360
Comments
To give a little more context: It looks like this is an issue when using a chained proxy
|
Is it fixed ? |
Seams not, raw 446 - https://github.com/adamfisk/LittleProxy/blob/master/src/main/java/org/littleshoot/proxy/impl/ClientToProxyConnection.java is still without check of currentHttpRequest != null and mr is not merged @mjallday @yuriyshafranyuk1 guys do you know anything on this ? |
I believe we fixed it in our fork verygoodsecurity#5 The main fork appears close to dead/un maintained :/ |
https://github.com/adamfisk/LittleProxy/blob/master/src/main/java/org/littleshoot/proxy/impl/ProxyUtils.java#L346-L348
Looks like somehow the request that comes in is null.
LP 1.1.2
Netty 4.1.8.Final
The text was updated successfully, but these errors were encountered: