minor code cleanup
This commit is contained in:
parent
3c77ca433b
commit
970deb9966
@ -1,29 +1,3 @@
|
|||||||
/*
|
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
Copyright (c) 2016-2020 Chung, Hyung-Hwan. All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions
|
|
||||||
are met:
|
|
||||||
1. Redistributions of source code must retain the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer.
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer in the
|
|
||||||
documentation and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
|
|
||||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WAfRRANTIES
|
|
||||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
||||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
||||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
||||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
||||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
||||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include <mio.h>
|
#include <mio.h>
|
||||||
#include <mio-json.h>
|
#include <mio-json.h>
|
||||||
|
@ -879,6 +879,13 @@ static void on_dnc_resolve (mio_svc_dnc_t* dnc, mio_dns_msg_t* reqmsg, mio_errnu
|
|||||||
goto no_data;
|
goto no_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
if (pi->hdr.code == MIO_DNS_RCODE_BADCOOKIE)
|
||||||
|
{
|
||||||
|
// retry with server cookie received....
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (pi->hdr.rcode != MIO_DNS_RCODE_NOERROR)
|
if (pi->hdr.rcode != MIO_DNS_RCODE_NOERROR)
|
||||||
{
|
{
|
||||||
status = MIO_EINVAL;
|
status = MIO_EINVAL;
|
||||||
|
@ -261,7 +261,7 @@ MIO_EXPORT void mio_svc_marc_stop (
|
|||||||
#if defined(MIO_HAVE_INLINE)
|
#if defined(MIO_HAVE_INLINE)
|
||||||
static MIO_INLINE mio_t* mio_svc_marc_getmio(mio_svc_marc_t* svc) { return mio_svc_getmio((mio_svc_t*)svc); }
|
static MIO_INLINE mio_t* mio_svc_marc_getmio(mio_svc_marc_t* svc) { return mio_svc_getmio((mio_svc_t*)svc); }
|
||||||
#else
|
#else
|
||||||
# define mio_svc_marc_getmio(svc) mio_svc_getmio(svc)
|
# define mio_svc_marc_getmio(svc) mio_svc_getmio(svc)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
MIO_EXPORT int mio_svc_marc_querywithbchars (
|
MIO_EXPORT int mio_svc_marc_querywithbchars (
|
||||||
|
Loading…
Reference in New Issue
Block a user