Replies: 9 comments 7 replies
-
Now there is a new discovery that this bug can be reproduced when the http header has Except:100-continue. Use .net http client or jmeter to perform a stress test. Netty NPE errors will appear in about 2-5 minutes. By default, the ".net" http client will contain Except: in the http header Except:100-continue. ( PS: .net core does not have this http header by default) |
Beta Was this translation helpful? Give feedback.
-
I wonder if you might send the same |
Beta Was this translation helpful? Give feedback.
-
Hi normanmaurer, The two methods testing are as follows
Http Object should be unique. The same test method,when I remove Except:100-Contine, this error will not occur. Thanks |
Beta Was this translation helpful? Give feedback.
-
@violetagg can you check... for me it looks like the same object might be shared across threads. |
Beta Was this translation helpful? Give feedback.
-
@jeffcf @normanmaurer Without some example code it is hard to say. We have fixes related to |
Beta Was this translation helpful? Give feedback.
-
SpringBoot 3.2 with WebFlux io.netty.handler.codec.DefaultHeaders.remove0(DefaultHeaders.java 1074) java.lang.NullPointerException : Cannot read field ""hash"" because ""e"" is null Thanks |
Beta Was this translation helpful? Give feedback.
-
@violetagg thank you |
Beta Was this translation helpful? Give feedback.
-
@normanmaurer We are sure that the object is new (no reuse), in the picture below (provided by @jeffcf), |
Beta Was this translation helpful? Give feedback.
-
Have an link ?Am 23.07.2024 um 08:29 schrieb Violeta Georgieva ***@***.***>:
@normanmaurer Please ignore the comment above. It seems that the fix in Reactor Netty is working as expected.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have a question and I want to ask an expert.
When I use SpringBoot webflux, I sometimes get the following error:
Exception :
io.netty.handler.codec.DefaultHeaders.remove0(DefaultHeaders.java 1074) java.lang.NullPointerException : Cannot read field ""hash"" because ""e"" is null
Env:
SpringBoot 3.2 with WebFlux
netty-codec-4.1.109Final.jar
DefaultHeaders.java SourceCode
It"s hard for me to reproduce this error, it happens occasionally
Has anyone encountered this error?
thank you all.
Beta Was this translation helpful? Give feedback.
All reactions