Commit 32677f7a authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  This small patch I committed last week broke the transparent negotiation
  behavior.  I hope this is now settled.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90754 13f79535-47bb-0310-9956-ffa450edef68
parent 0da4847e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -959,7 +959,7 @@ static int read_type_map(apr_file_t **map, negotiation_state *neg, request_rec *
                     break;
                }
                mime_info.bytes = len;
                mime_info.file_name = apr_filename_of_pathname(rr->filename);
                mime_info.file_name = rr->filename;
            }
        }
        else {