3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java12,643 stars (12,643 stars)1,163 forks (1,163 forks)batch import
enhancementhelp wanted
- Issue 種別
- bug
- 調査方針
- Investigate the network inspector module in Stetho (likely in the 'stetho' module under com.facebook.stetho.inspector.network). Look for how multipart requests are handled, and check for any blocking operations on the main thread. The issue reporter mentions Chrome hangs when a multipart request is sent; this suggests a deadlock or infinite loop. Review the existing comments for any hints. Consider adding a test case with a multipart request to reproduce the issue.