LICENSE

Wed, 05 Jun 2024 19:50:44 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 05 Jun 2024 19:50:44 +0200
changeset 537
ad44e72fbf50
parent 203
7fe53d5d587c
permissions
-rw-r--r--

add extra nullptr check in the event loop to handle the case when the finish ptr is set to NULL after it was already scheduled

203
7fe53d5d587c fix error handling in net_fallback_sendfile
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 44
diff changeset
1 Copyright 2019 Olaf Wintermann. All rights reserved.
0
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
2
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
3 Redistribution and use in source and binary forms, with or without
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
4 modification, are permitted provided that the following conditions are met:
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
5
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
6 1. Redistributions of source code must retain the above copyright
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
7 notice, this list of conditions and the following disclaimer.
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
8
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
9 2. Redistributions in binary form must reproduce the above copyright
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
10 notice, this list of conditions and the following disclaimer in the
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
11 documentation and/or other materials provided with the distribution.
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
12
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
13 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
14 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
15 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
16 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
17 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
18 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
19 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
20 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
21 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
22 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4c89c7683fb6 initialize repository
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
23

mercurial