Commit f2b5cc5d authored by Ian Holsman's avatar Ian Holsman
Browse files

MSVC can't seem to handle

        int buffer_len = 1;
        char test_buffer[buffer_len];


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90367 13f79535-47bb-0310-9956-ffa450edef68
parent 5882caee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ apr_status_t ap_proxy_http_create_connection(apr_pool_t *p, request_rec *r,
    new = 1;
    if ((backend->connection) && (backend->connection->id == c->id)) {
        int buffer_len = 1;
        char test_buffer[buffer_len];
        char test_buffer[1]; 
        apr_status_t socket_status;
        apr_int32_t current_timeout;