Code Monkey home page Code Monkey logo

proxygen_proxyserver's Introduction

proxygen_proxyserver

This repo is a clone of the Proxygen proxyServer I created it to share with Facebook proxygen to show the Debug and Release compile version discrepancies.

DEBUG: Building: /home/michaelpog/clion-2016.3.2/bin/cmake/bin/cmake --build /home/michaelpog/development/proxyServer/cmake-build-debug --target proxyServer -- -j 2

[ 33%] Building CXX object CMakeFiles/proxyServer.dir/ProxyHandler.cpp.o

[ 66%] Building CXX object CMakeFiles/proxyServer.dir/ProxyServer.cpp.o

[100%] Linking CXX executable proxyServer

[100%] Built target proxyServer

Running: /home/michaelpog/development/proxyServer/cmake-build-debug/proxyServer --logtostderr --redirect_url=http://127.0.0.1:9000

Output: I0309 10:35:58.475397 32967 ProxyHandler.cpp:63] Trying to connect to 127.0.0.1:9000

I0309 10:35:58.478464 32967 ProxyHandler.cpp:92] Established [local = 127.0.0.1:48500, 127.0.0.1:9000 = upstream]

I0309 10:35:58.478554 32967 ProxyHandler.cpp:95] Forwarding client request: /http://127.0.0.0.1:8080 to server

I0309 10:35:58.478884 32967 ProxyHandler.cpp:84] Forwarding client EOM to server

I0309 10:35:58.478993 32967 ProxyHandler.cpp:115] Forwarding 301 response to client

I0309 10:35:58.479065 32967 ProxyHandler.cpp:121] Forwarding 58 body bytes to client

I0309 10:35:58.479089 32967 ProxyHandler.cpp:128] Forwarding server EOM to client

I0309 10:35:58.479110 32967 SessionWrapper.h:55] max: 1 current:0

Release:

Building:

/home/michaelpog/clion-2016.3.2/bin/cmake/bin/cmake --build /home/michaelpog/development/proxyServer/cmake-build-release --target proxyServer -- -j 2

[ 33%] Building CXX object CMakeFiles/proxyServer.dir/ProxyHandler.cpp.o

[ 66%] Building CXX object CMakeFiles/proxyServer.dir/ProxyServer.cpp.o

[100%] Linking CXX executable proxyServer

[100%] Built target proxyServer

Running:

/home/michaelpog/development/proxyServer/cmake-build-release/proxyServer --logtostderr --redirect_url=http://127.0.0.1:9000

OUTPUT:

I0309 10:21:00.508827 32531 ProxyHandler.cpp:63] Trying to connect to 127.0.0.1:9000

I0309 10:21:00.509608 32531 ProxyHandler.cpp:92] Established [local = 127.0.0.1:48476, 127.0.0.1:9000 = upstream]

I0309 10:21:00.509634 32531 ProxyHandler.cpp:95] Forwarding client request: /http://127.0.0.0.1:8080 to server

I0309 10:21:00.511958 32531 ProxyHandler.cpp:84] Forwarding client EOM to server

I0309 10:21:00.512020 32531 ProxyHandler.cpp:115] Forwarding 301 response to client

I0309 10:21:00.512053 32531 ProxyHandler.cpp:121] Forwarding 58 body bytes to client

I0309 10:21:00.512068 32531 ProxyHandler.cpp:128] Forwarding server EOM to client

I0309 10:21:00.512084 32531 SessionWrapper.h:55] max: 0 current:1

proxygen_proxyserver's People

Stargazers

Andy Kipp avatar

Forkers

stevezhou6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.