netutils/webclient: combine similar code from http_client_send_request
authorJihun Ahn <jhun.ahn@samsung.com>
Mon, 15 May 2017 04:42:23 +0000 (13:42 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 11:11:29 +0000 (20:11 +0900)
commit17a46177c3d3b1b736cf571eef0e4a728b1ae517
tree9c4456c13265eabfa7348e4c898b103a8372ee2f
parent1e564e5b8c8f359c4fc5682fcae5ae425b3b86d2
netutils/webclient: combine similar code from http_client_send_request

Two functions that is 'http_client_send_request' and
'http_client_send_request' are very similar code.
This commit combines similar codes from two functions.

Change-Id: I9112a58b03cce1de772f1d0d87a029f9e2739175
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
apps/netutils/webclient/webclient.c