bytedance / g3

Enterprise-oriented Generic Proxy Solutions
Apache License 2.0
395 stars 29 forks source link

G3 panics in src/g3proxy/src/inspect/stream/object.rs #231

Closed mspublic closed 1 month ago

mspublic commented 1 month ago

G3 panics in src/g3proxy/src/inspect/stream/object.rs in transit_unknown. This happens when G3 is in front of another proxy. I am unsure as to what the true root cause is. My personal workaround is adding a check for None but I believe that is a bandaid. I have attached my config and the panic log.

crashlog1.txt crash_config.yml.txt

mspublic commented 1 month ago

Thanks!!