Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / .github / ISSUE_TEMPLATE / feature_request.md
1 ---
2 name: Feature request
3 labels: 'issue: feature request'
4 about: Propose a feature you would like to see added in the software
5
6 ---
7
8 <!--
9 Thank you for your feature request. If this is your first one,
10 please take the time to read the following lines before posting it.
11
12 NOTE:
13
14     If you're asking about how to use OpenSSL, this isn't the right
15     forum.  Please see our User Support resources:
16     https://github.com/openssl/openssl/blob/master/SUPPORT.md
17
18 Please remember to put ``` lines before and after any commands plus
19 output and code, like this:
20
21     ```
22     $ echo output output output
23     output output output
24     ```
25
26     ```
27     #include <stdio.h>
28
29     int main() {
30         int foo = 1;
31         printf("%d\n", foo);
32     }
33     ```
34 -->