rest-client-c icon indicating copy to clipboard operation
rest-client-c copied to clipboard

port number ignored

Open lathakris opened this issue 8 years ago • 1 comments

Thanks you for this rest client interface in C. This is very helpful.

Looks like the port number in the 'RestClient_init()' is being ignored. If you give the port number as part of the clientAddr it uses it (http://localhost:3000). Else default 80 is used.

lathakris avatar May 12 '16 17:05 lathakris

Hmm... you're right! We should probably just remove it.

jasoncwik avatar May 14 '16 03:05 jasoncwik