Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

Some requests' timestamps may be inaccurate #48

Open OdNairy opened 8 years ago

OdNairy commented 8 years ago

Alpha Warning: Some requests' timestamps may be inaccurate. See Known Issues in the README for more information. What is this about? We have no Known Issues section in README so users will need some info about it. Also it's a bad design to log framework related staff into default NSLog.

Legoless commented 8 years ago

This is related to the NSURLConnectionDataDelegate not being called in certain cases, which happens if Accept-Encoding HTTP header is not set in the HTTP request. PonyDebugger has similar problem.