You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2019/03/14 03:46:13 UTC

svn commit: r1855479 - in /httpd/httpd/branches/2.4.x/modules/http2: mod_http2.dep mod_http2.dsp mod_http2.mak

Author: gsmith
Date: Thu Mar 14 03:46:13 2019
New Revision: 1855479

URL: http://svn.apache.org/viewvc?rev=1855479&view=rev
Log:
adjust per r1855434

Modified:
    httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep
    httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp
    httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak

Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep?rev=1855479&r1=1855478&r2=1855479&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep (original)
+++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep Thu Mar 14 03:46:13 2019
@@ -694,7 +694,6 @@
 	".\h2_ctx.h"\
 	".\h2_h2.h"\
 	".\h2_mplx.h"\
-	".\h2_ngn_shed.h"\
 	".\h2_private.h"\
 	".\h2_request.h"\
 	".\h2_stream.h"\
@@ -754,7 +753,6 @@
 	".\h2_ctx.h"\
 	".\h2_h2.h"\
 	".\h2_mplx.h"\
-	".\h2_ngn_shed.h"\
 	".\h2_private.h"\
 	".\h2_request.h"\
 	".\h2_task.h"\

Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp?rev=1855479&r1=1855478&r2=1855479&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp (original)
+++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp Thu Mar 14 03:46:13 2019
@@ -145,10 +145,6 @@ SOURCE=./h2_mplx.c
 # End Source File
 # Begin Source File
 
-SOURCE=./h2_ngn_shed.c
-# End Source File
-# Begin Source File
-
 SOURCE=./h2_push.c
 # End Source File
 # Begin Source File

Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak?rev=1855479&r1=1855478&r2=1855479&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak (original)
+++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak Thu Mar 14 03:46:13 2019
@@ -61,7 +61,6 @@ CLEAN :
 	-@erase "$(INTDIR)\h2_h2.obj"
 	-@erase "$(INTDIR)\h2_headers.obj"
 	-@erase "$(INTDIR)\h2_mplx.obj"
-	-@erase "$(INTDIR)\h2_ngn_shed.obj"
 	-@erase "$(INTDIR)\h2_push.obj"
 	-@erase "$(INTDIR)\h2_request.obj"
 	-@erase "$(INTDIR)\h2_session.obj"
@@ -138,7 +137,6 @@ LINK32_OBJS= \
 	"$(INTDIR)\h2_h2.obj" \
 	"$(INTDIR)\h2_headers.obj" \
 	"$(INTDIR)\h2_mplx.obj" \
-	"$(INTDIR)\h2_ngn_shed.obj" \
 	"$(INTDIR)\h2_push.obj" \
 	"$(INTDIR)\h2_request.obj" \
 	"$(INTDIR)\h2_session.obj" \
@@ -207,7 +205,6 @@ CLEAN :
 	-@erase "$(INTDIR)\h2_h2.obj"
 	-@erase "$(INTDIR)\h2_headers.obj"
 	-@erase "$(INTDIR)\h2_mplx.obj"
-	-@erase "$(INTDIR)\h2_ngn_shed.obj"
 	-@erase "$(INTDIR)\h2_push.obj"
 	-@erase "$(INTDIR)\h2_request.obj"
 	-@erase "$(INTDIR)\h2_session.obj"
@@ -284,7 +281,6 @@ LINK32_OBJS= \
 	"$(INTDIR)\h2_h2.obj" \
 	"$(INTDIR)\h2_headers.obj" \
 	"$(INTDIR)\h2_mplx.obj" \
-	"$(INTDIR)\h2_ngn_shed.obj" \
 	"$(INTDIR)\h2_push.obj" \
 	"$(INTDIR)\h2_request.obj" \
 	"$(INTDIR)\h2_session.obj" \
@@ -469,11 +465,6 @@ SOURCE=./h2_mplx.c
 "$(INTDIR)\h2_mplx.obj" : $(SOURCE) "$(INTDIR)"
 
 
-SOURCE=./h2_ngn_shed.c
-
-"$(INTDIR)\h2_ngn_shed.obj" : $(SOURCE) "$(INTDIR)"
-
-
 SOURCE=./h2_push.c
 
 "$(INTDIR)\h2_push.obj" : $(SOURCE) "$(INTDIR)"



Re: svn commit: r1855479 - in /httpd/httpd/branches/2.4.x/modules/http2: mod_http2.dep mod_http2.dsp mod_http2.mak

Posted by "stefan@eissing.org" <st...@eissing.org>.
Thanks!

> Am 14.03.2019 um 04:46 schrieb gsmith@apache.org:
> 
> Author: gsmith
> Date: Thu Mar 14 03:46:13 2019
> New Revision: 1855479
> 
> URL: http://svn.apache.org/viewvc?rev=1855479&view=rev
> Log:
> adjust per r1855434
> 
> Modified:
>    httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep
>    httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp
>    httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak
> 
> Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep?rev=1855479&r1=1855478&r2=1855479&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep (original)
> +++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dep Thu Mar 14 03:46:13 2019
> @@ -694,7 +694,6 @@
> 	".\h2_ctx.h"\
> 	".\h2_h2.h"\
> 	".\h2_mplx.h"\
> -	".\h2_ngn_shed.h"\
> 	".\h2_private.h"\
> 	".\h2_request.h"\
> 	".\h2_stream.h"\
> @@ -754,7 +753,6 @@
> 	".\h2_ctx.h"\
> 	".\h2_h2.h"\
> 	".\h2_mplx.h"\
> -	".\h2_ngn_shed.h"\
> 	".\h2_private.h"\
> 	".\h2_request.h"\
> 	".\h2_task.h"\
> 
> Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp?rev=1855479&r1=1855478&r2=1855479&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp (original)
> +++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.dsp Thu Mar 14 03:46:13 2019
> @@ -145,10 +145,6 @@ SOURCE=./h2_mplx.c
> # End Source File
> # Begin Source File
> 
> -SOURCE=./h2_ngn_shed.c
> -# End Source File
> -# Begin Source File
> -
> SOURCE=./h2_push.c
> # End Source File
> # Begin Source File
> 
> Modified: httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak?rev=1855479&r1=1855478&r2=1855479&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak (original)
> +++ httpd/httpd/branches/2.4.x/modules/http2/mod_http2.mak Thu Mar 14 03:46:13 2019
> @@ -61,7 +61,6 @@ CLEAN :
> 	-@erase "$(INTDIR)\h2_h2.obj"
> 	-@erase "$(INTDIR)\h2_headers.obj"
> 	-@erase "$(INTDIR)\h2_mplx.obj"
> -	-@erase "$(INTDIR)\h2_ngn_shed.obj"
> 	-@erase "$(INTDIR)\h2_push.obj"
> 	-@erase "$(INTDIR)\h2_request.obj"
> 	-@erase "$(INTDIR)\h2_session.obj"
> @@ -138,7 +137,6 @@ LINK32_OBJS= \
> 	"$(INTDIR)\h2_h2.obj" \
> 	"$(INTDIR)\h2_headers.obj" \
> 	"$(INTDIR)\h2_mplx.obj" \
> -	"$(INTDIR)\h2_ngn_shed.obj" \
> 	"$(INTDIR)\h2_push.obj" \
> 	"$(INTDIR)\h2_request.obj" \
> 	"$(INTDIR)\h2_session.obj" \
> @@ -207,7 +205,6 @@ CLEAN :
> 	-@erase "$(INTDIR)\h2_h2.obj"
> 	-@erase "$(INTDIR)\h2_headers.obj"
> 	-@erase "$(INTDIR)\h2_mplx.obj"
> -	-@erase "$(INTDIR)\h2_ngn_shed.obj"
> 	-@erase "$(INTDIR)\h2_push.obj"
> 	-@erase "$(INTDIR)\h2_request.obj"
> 	-@erase "$(INTDIR)\h2_session.obj"
> @@ -284,7 +281,6 @@ LINK32_OBJS= \
> 	"$(INTDIR)\h2_h2.obj" \
> 	"$(INTDIR)\h2_headers.obj" \
> 	"$(INTDIR)\h2_mplx.obj" \
> -	"$(INTDIR)\h2_ngn_shed.obj" \
> 	"$(INTDIR)\h2_push.obj" \
> 	"$(INTDIR)\h2_request.obj" \
> 	"$(INTDIR)\h2_session.obj" \
> @@ -469,11 +465,6 @@ SOURCE=./h2_mplx.c
> "$(INTDIR)\h2_mplx.obj" : $(SOURCE) "$(INTDIR)"
> 
> 
> -SOURCE=./h2_ngn_shed.c
> -
> -"$(INTDIR)\h2_ngn_shed.obj" : $(SOURCE) "$(INTDIR)"
> -
> -
> SOURCE=./h2_push.c
> 
> "$(INTDIR)\h2_push.obj" : $(SOURCE) "$(INTDIR)"
> 
> 


Re: svn commit: r1855479 - in /httpd/httpd/branches/2.4.x/modules/http2: mod_http2.dep mod_http2.dsp mod_http2.mak

Posted by Yann Ylavic <yl...@gmail.com>.
Hi Gregg,

On Thu, Mar 14, 2019 at 4:46 AM <gs...@apache.org> wrote:
>
> Author: gsmith
> Date: Thu Mar 14 03:46:13 2019
> New Revision: 1855479
>
> URL: http://svn.apache.org/viewvc?rev=1855479&view=rev
> Log:
> adjust per r1855434

Same in trunk?

Regards,
Yann.