GCDWebServer
GCDWebServer copied to clipboard
Static Analyzer Issues
Hi
Static analyzer find 3 issues on release configuration.
-
Due to
GWS_DNOT_REACHED()
turns fromabort()
into empty string in release configurationlocalAddress
can be nil while creatingGCDWebServerConnection
inGCDWebServer.m
-
The same goes in
GCDWebServerMultiPartFormRequest.m
with_controlName
and_contentType
creatingGCDWebServerMultiPartArgument
.
Please see screenshots below: