Skip to content
  1. Apr 20, 2015
  2. Mar 20, 2015
  3. Mar 02, 2015
    • Hannu Nyman's avatar
      luci-statistics: fix uhttpd log spam from extra png close · 83973f28
      Hannu Nyman authored
      
      
      Fix log spam that uhttpd logging change has brought to surface.
      
      Sun Mar  1 11:10:42 2015 daemon.err uhttpd[2293]: /usr/lib/lua/luci/dispatcher.lua:433: Failed to execute call dispatcher target for entry '/admin/statistics/graph/conntrack'.
      Sun Mar  1 11:10:42 2015 daemon.err uhttpd[2293]: The called action terminated with an exception:
      Sun Mar  1 11:10:42 2015 daemon.err uhttpd[2293]: .../luci/controller/luci_statistics/luci_statistics.lua:153: attempt to use a closed file
      
      Closing the png file explicitly on line 153 is unnecessary, as
      ltn12's source.file method already closes the file after use.
      https://github.com/openwrt/luci/blob/master/modules/luci-base/luasrc/ltn12.lua#L119
      
      More info at https://dev.openwrt.org/ticket/19083#comment:2
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      83973f28
  4. Mar 01, 2015
  5. Feb 28, 2015
  6. Feb 20, 2015
  7. Feb 19, 2015
  8. Feb 10, 2015
  9. Feb 09, 2015
  10. Jan 26, 2015
  11. Jan 25, 2015
  12. Jan 24, 2015
  13. Jan 22, 2015
  14. Jan 20, 2015
  15. Jan 19, 2015
  16. Jan 18, 2015
  17. Jan 16, 2015
  18. Jan 15, 2015
  19. Jan 11, 2015
  20. Jan 09, 2015
  21. Jan 08, 2015
  22. Jan 05, 2015