]> granicus.if.org Git - libevent/commit
use ev_uint16_t instead of unsigned short for port
authorThomas Bernard <miniupnp@free.fr>
Sat, 13 Dec 2014 18:42:42 +0000 (19:42 +0100)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 25 Oct 2016 22:41:13 +0000 (01:41 +0300)
commite9837124563d6d4bb871d0620e9b02550f796c43
tree7960bac44c5ab983c0136605c978666fffcb4c95
parentbcb990ab7cf4921c2c30a1aa4fcb4c0131fffe94
use ev_uint16_t instead of unsigned short for port

Like in `sockaddr_in` structure in /usr/include/netinet/in.h

@azat: convert all other users (bench, compat, ..) and tweak message
Fixes: #178
Fixes: #196
Refs: 6bf1ca78
Link: https://codereview.appspot.com/156040043/#msg4
http-internal.h
http.c
include/event2/http.h
include/event2/http_compat.h
sample/http-server.c
test/bench_http.c
test/regress_http.c