[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/43 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-22 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r102514989 --- Diff: libminifi/CMakeLists.txt --- @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*") add_library(spdlog STATIC ${SPD_SOURCES})

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-22 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r102511352 --- Diff: libminifi/CMakeLists.txt --- @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*") add_library(spdlog STATIC

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-22 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r102509921 --- Diff: libminifi/CMakeLists.txt --- @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*") add_library(spdlog STATIC ${SPD_SOURCES})

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-16 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r101502981 --- Diff: libminifi/CMakeLists.txt --- @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*") add_library(spdlog STATIC

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-16 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r101504064 --- Diff: libminifi/include/ProcessSessionFactory.h --- @@ -0,0 +1,52 @@ +/** + * @file ProcessSessionFactory.h + *

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-16 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r101507876 --- Diff: libminifi/src/ThreadedSchedulingAgent.cpp --- @@ -64,11 +68,18 @@ void ThreadedSchedulingAgent::schedule(Processor *processor)

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-16 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r101504515 --- Diff: libminifi/include/ProcessSessionFactory.h --- @@ -0,0 +1,52 @@ +/** + * @file ProcessSessionFactory.h + *

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100844292 --- Diff: libminifi/include/ListenHTTP.h --- @@ -0,0 +1,116 @@ +/** + * @file ListenHTTP.h + * ListenHTTP class declaration + *

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100847768 --- Diff: libminifi/src/ListenHTTP.cpp --- @@ -0,0 +1,395 @@ +/** + * @file ListenHTTP.cpp + * ListenHTTP class implementation + *

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100846349 --- Diff: libminifi/src/ThreadedSchedulingAgent.cpp --- @@ -64,11 +68,18 @@ void ThreadedSchedulingAgent::schedule(Processor *processor)

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100844559 --- Diff: libminifi/include/ProcessSessionFactory.h --- @@ -0,0 +1,52 @@ +/** + * @file ProcessSessionFactory.h + *

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100845047 --- Diff: libminifi/src/Processor.cpp --- @@ -439,31 +447,25 @@ bool Processor::flowFilesOutGoingFull() return false; } -void

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100846654 --- Diff: CMakeLists.txt --- @@ -63,6 +66,8 @@ find_package(UUID REQUIRED) file(GLOB SPD_SOURCES "include/spdlog/*")

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100845905 --- Diff: libminifi/CMakeLists.txt --- @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*") add_library(spdlog STATIC

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100846792 --- Diff: libminifi/CMakeLists.txt --- @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*") add_library(spdlog STATIC

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-02-13 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r100844761 --- Diff: libminifi/include/ProcessSessionFactory.h --- @@ -0,0 +1,52 @@ +/** + * @file ProcessSessionFactory.h + *

[GitHub] nifi-minifi-cpp pull request #43: MINIFI-183 Implemented ListenHTTP

2017-01-31 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/43 MINIFI-183 Implemented ListenHTTP Implemented ListenHTTP. Supports the following features: - Connection keepalive (to be friendly with clients using connection pooling) -