]> granicus.if.org Git - libevent/commit
test/http: avoid using conditionals with omitted operands (fixes VS2015)
authorAzat Khuzhin <a3at.mail@gmail.com>
Fri, 17 Jun 2016 13:14:02 +0000 (16:14 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Fri, 17 Jun 2016 14:04:37 +0000 (17:04 +0300)
commit2a4bf294704034f6a7a962931d3028fe6c0b0ac8
treec423d54adbe8ae35a3026208c2a384b03addbac3
parentaabf1c2dd166d80fd84c4349f1c93fc5d5f5a1f9
test/http: avoid using conditionals with omitted operands (fixes VS2015)

But we need to add VS2015 build on appveyor.

Fixes: #361
Reported-by: @nntrab
test/regress_http.c