Java NullPointerException in Java Agent

后端 未结 3 990
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 13:00

I\'m developing a java agent. I have an NullPointerException error which I do believe should not happen.

Here is the debug console message:

java.lang         


        
3条回答
  •  情深已故
    2020-12-22 13:10

    It's pointless getting the response code before you've sent anything. You're supposed to send the request first, then get the response code, then get the response if required

提交回复
热议问题