Commit d260e987 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix the three obj.{proto,reason,status} variables to match reality.

parent 4a81bc62
......@@ -491,21 +491,21 @@ sp_variables = [
('obj.proto',
'STRING',
( 'hit', ),
( 'hit', ), """
( ), """
The HTTP protocol version used when the object was retrieved.
"""
),
('obj.status',
'INT',
( 'synth',),
( 'synth',), """
( 'hit',),
( ), """
The HTTP status code returned by the server.
"""
),
('obj.reason',
'STRING',
( 'synth',),
( 'synth',), """
( 'hit',),
( ), """
The HTTP status message returned by the server.
"""
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment