head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2007.08.20.21.55.55;	author des;	state dead;
branches;
next	1.1;

1.1
date	2007.07.25.11.09.07;	author des;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 1.1.1.
@
text
@Index: bin/varnishd/cache_vrt.c
===================================================================
--- bin/varnishd/cache_vrt.c	(revision 1744)
+++ bin/varnishd/cache_vrt.c	(revision 1745)
@@@@ -234,6 +234,14 @@@@
 	http_SetH(&sp->obj->http, HTTP_HDR_STATUS, p);
 }
 
+int
+VRT_r_obj_status(struct sess *sp)
+{
+	CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
+	CHECK_OBJ_NOTNULL(sp->obj, OBJECT_MAGIC);
+	return (atoi(sp->obj->http.hd[HTTP_HDR_STATUS].b));
+}
+
 void
 VRT_l_resp_status(struct sess *sp, int num)
 {
@


1.1
log
@Upgrade to 1.1 + vendor patches for a number of regressions.
@
text
@@

