chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

网络请求设置头文件的时候,会奔溃(不是必现) #56

Closed wangyu204 closed 4 years ago

wangyu204 commented 6 years ago

现象: image

基本上奔溃的都在如下地方 [manager.requestSerializer setValue:value forHTTPHeaderField:key];

我们是如下设置的:程序启动的时候调用如下方法

AFNetwork网络请求的时候,设置自定义header参数

wangyu204 commented 6 years ago

初步已经定位,是AFNetWorking第三方问题(用单例模式请求,AFNetWorking又比较老)。