Dear list!

Author: JihoJung <jiho.j...@joyent.com>
Number of patches: 1

This is an automated relay of the Github pull request:
   Add 3 features

Patch title(s): 
   Add 3 features

Link:
   https://github.com/haproxy/haproxy/pull/2283

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/2283.patch && vi 2283.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/2283.patch | git am -

Description:
   1) http-request options
      set-proxy-v2-header
      set-
   proxy-v2-tlv-header
   2) server option
      set-proxy-v2-tlv
   3) done memory leakage detection under valgrind
   
   ### do
   nothing
   6205 ==16466== LEAK SUMMARY:
   6206 ==16466==
   definitely lost: 0 bytes in 0 blocks
   6207 ==16466==    indirectly
   lost: 0 bytes in 0 blocks
   6208 ==16466==      possibly lost:
   512,353 bytes in 70 blocks
   6209 ==16466==    still reachable:
   239,043,476 bytes in 4,231 blocks
   6210 ==16466==
   suppressed: 0 bytes in 0 blocks
   
   ### only http
   6600
   ==18082== LEAK SUMMARY:
   6601 ==18082==    definitely lost: 0 bytes
   in 0 blocks
   6602 ==18082==    indirectly lost: 0 bytes in 0 blocks
   6603 ==18082==      possibly lost: 622,001 bytes in 146 blocks
   6604 ==18082==    still reachable: 239,043,880 bytes in 4,232 blocks
   6605 ==18082==         suppressed: 0 bytes in 0 blocks
   6606
   ==18082==
   6607 ==18082== ERROR SUMMARY: 58 errors from 58 contexts
   (suppressed: 0 from 0)
   6608 ==18082== could not unlink /tmp/vgdb-
   pipe-from-vgdb-to-18082-by-root-on-sun
   6609 ==18082== could not
   unlink /tmp/vgdb-pipe-to-vgdb-from-18082-by-root-on-sun
   6610
   ==18082== could not unlink /tmp/vgdb-pipe-shared-mem-vgdb-18082-by-
   root-on-sun
   
   ### only accept-proxy and send-proxy-v2
   6895
   ==19881== LEAK SUMMARY:
   6896 ==19881==    definitely lost: 0 bytes
   in 0 blocks
   6897 ==19881==    indirectly lost: 0 bytes in 0 blocks
   6898 ==19881==      possibly lost: 740,801 bytes in 286 blocks
   6899 ==19881==    still reachable: 239,043,476 bytes in 4,231 blocks
   6900 ==19881==         suppressed: 0 bytes in 0 blocks
   6901
   ==19881==
   6902 ==19881== ERROR SUMMARY: 77 errors from 77 contexts
   (suppressed: 0 from 0)
   6903 ==19881== could not unlink /tmp/vgdb-
   pipe-from-vgdb-to-19881-by-root-on-sun
   6904 ==19881== could not
   unlink /tmp/vgdb-pipe-to-vgdb-from-19881-by-root-on-sun
   6905
   ==19881== could not unlink /tmp/vgdb-pipe-shared-mem-vgdb-19881-by-
   root-on-sun
   
   ### my patch
   6921 ==21025== LEAK SUMMARY:
   6922 ==21025==    definitely lost: 0 bytes in 0 blocks
   6923
   ==21025==    indirectly lost: 0 bytes in 0 blocks
   6924 ==21025==
   possibly lost: 698,705 bytes in 222 blocks
   6925 ==21025==    still
   reachable: 239,048,325 bytes in 4,269 blocks
   6926 ==21025==
   suppressed: 0 bytes in 0 blocks
   6927 ==21025==
   6928 ==21025==
   ERROR SUMMARY: 69 errors from 69 contexts (suppressed: 0 from 0)
   6929 ==21025== could not unlink /tmp/vgdb-pipe-from-vgdb-to-21025-by-
   root-on-sun
   6930 ==21025== could not unlink /tmp/vgdb-pipe-to-
   vgdb-from-21025-by-root-on-sun
   6931 ==21025== could not unlink
   /tmp/vgdb-pipe-shared-mem-vgdb-21025-by-root-on-sun
   
    `
   `

Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). Everyone is
   invited to comment, even the patch's author. Please keep the author and
   list CCed in replies. Please note that in absence of any response this
   pull request will be lost.

Reply via email to