facebook/stetho
View on GitHubChrome hangs it doesn't respond whenever there is multipart request
Open
#439 opened on Sep 20, 2016
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
Description
This issue does not include a description.
Contributor guide
- Tech stack
- java
- Domain
- mobiletooling
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Basic knowledge of Android networkingFamiliarity with Stetho's network inspector
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- 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.