
| Key: |
MODPYTHON-96
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Graham Dumpleton
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
08/Dec/05 09:06 PM
|
|
The code of requestobject.c contains:
{"boundary", (getter)getreq_recmbr, NULL, "Multipart/byteranges boundary", "boundary"},
in the request_getsets[] array, but there is no definition of 'boundary' in the request_rec_mbrs[] array. As a consequence, when you access it, it will crash.
The 'boundary' line therefore needs to be deleted from the source as it appears to serve no purpose.
|
|
Description
|
The code of requestobject.c contains:
{"boundary", (getter)getreq_recmbr, NULL, "Multipart/byteranges boundary", "boundary"},
in the request_getsets[] array, but there is no definition of 'boundary' in the request_rec_mbrs[] array. As a consequence, when you access it, it will crash.
The 'boundary' line therefore needs to be deleted from the source as it appears to serve no purpose. |
Show » |
|